diff --git a/packages/config-webpack/CHANGELOG.md b/packages/config-webpack/CHANGELOG.md index 058fec2..569e286 100644 --- a/packages/config-webpack/CHANGELOG.md +++ b/packages/config-webpack/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.3.0 - 2020-04-01 + +#### 🚀 Updates + +- Move `InlineManifestPlugin` into the project. (#33) ([0cb6839](https://github.com/airbnb/nimbus/commit/0cb6839)), closes [#33](https://github.com/airbnb/nimbus/issues/33) + +**Note:** Version bump only for package @airbnb/config-webpack + + + + + ## 3.2.0 - 2020-03-24 #### 🚀 Updates diff --git a/packages/config-webpack/package.json b/packages/config-webpack/package.json index 9ddec0c..363afc7 100644 --- a/packages/config-webpack/package.json +++ b/packages/config-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@airbnb/config-webpack", - "version": "3.2.0", + "version": "3.3.0", "description": "Reusable Webpack configs.", "keywords": [ "nimbus", diff --git a/packages/nimbus/CHANGELOG.md b/packages/nimbus/CHANGELOG.md index 7287051..b8d9a70 100644 --- a/packages/nimbus/CHANGELOG.md +++ b/packages/nimbus/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 3.1.2 - 2020-04-01 + +**Note:** Version bump only for package @airbnb/nimbus + + + + + ### 3.1.1 - 2020-03-25 #### 🐞 Fixes diff --git a/packages/nimbus/package.json b/packages/nimbus/package.json index 714e6e6..e206290 100644 --- a/packages/nimbus/package.json +++ b/packages/nimbus/package.json @@ -1,6 +1,6 @@ { "name": "@airbnb/nimbus", - "version": "3.1.1", + "version": "3.1.2", "description": "Centralized CLI for JavaScript and TypeScript dev tools.", "keywords": [ "nimbus", @@ -47,6 +47,6 @@ "@airbnb/config-jest": "^3.0.1", "@airbnb/config-prettier": "^3.1.0", "@airbnb/config-typescript": "^3.0.1", - "@airbnb/config-webpack": "^3.2.0" + "@airbnb/config-webpack": "^3.3.0" } }