diff --git a/CHANGES.md b/CHANGES.md index 36f35ff..57804fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## 0.4.0 + +- [`a036428`](https://github.com/offen/l10nify/commit/a036428e59b7f5cd87a75fc956246997ea3c6e34) + Update jscodeshift so transient dependency on `colors` is removed +- [`47c37be`](https://github.com/offen/l10nify/commit/47c37bec5efff493d1bec270cf949676f17fc54d) + Update README.md (Hendrik Niefeld) + ## 0.3.0 - [`e07fd8c`](https://github.com/offen/l10nify/commit/e07fd8ce6c4bff7fe55e072694d32799eed1811d) diff --git a/package.json b/package.json index 56efb60..acae9db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@offen/l10nify", - "version": "0.3.0", + "version": "0.4.0", "description": "Localization workflow for Browserify", "main": "index.js", "scripts": {