Skip to content

Commit

Permalink
chore(*): release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakam committed Aug 24, 2019
1 parent 82eb416 commit abc0030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.3.0] - 2019-08-24
### Changed
- Bump `eslint-config-airbnb-base` and `eslint-plugin-jest` packages
- Update `index.js` to comply with new ESLint rules via `eslint . --fix`
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
Expand Up @@ -52,5 +52,5 @@
"pretest": "npm run lint",
"test": "jest"
},
"version": "1.2.1"
"version": "1.3.0"
}

0 comments on commit abc0030

Please sign in to comment.