Skip to content

Commit

Permalink
Release [ci skip]
Browse files Browse the repository at this point in the history
 - @airbnb/config-webpack@3.3.0
 - @airbnb/nimbus@3.1.2
  • Loading branch information
airbnb-bot committed Apr 1, 2020
1 parent 0cb6839 commit 1bae025
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/config-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/config-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/config-webpack",
"version": "3.2.0",
"version": "3.3.0",
"description": "Reusable Webpack configs.",
"keywords": [
"nimbus",
Expand Down
8 changes: 8 additions & 0 deletions packages/nimbus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/nimbus/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 1bae025

Please sign in to comment.