Skip to content

Commit

Permalink
Commit changelog of version 2.2.2
Browse files Browse the repository at this point in the history
## [2.2.2] 2019-10-24
### Fixed
- Include babel runtime directly in source code instead of creating a dependency.
  • Loading branch information
semantic-release-bot committed Oct 24, 2019
1 parent df89a07 commit 9baad7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.


## [2.2.2] 2019-10-24
### Fixed
- Include babel runtime directly in source code instead of creating a dependency.

## [2.2.1] 2019-10-21
### Fixed
- Missing runtine helper settings in babel.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socifi/rollup-config",
"version": "2.2.1",
"version": "2.2.2",
"description": "SOCIFI default rollup config",
"main": "./src/index.js",
"repository": {
Expand Down

0 comments on commit 9baad7e

Please sign in to comment.