diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b0222..3fa4851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1.1] - 2018-08-11 +### Changed +- Fix version in package.json + ## [1.1.0] - 2018-08-11 ### Added - Support numbers for modifiers value (#7, thx to @geroldboehler) @@ -31,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed - `module` from `package.json` (#2) +[1.1.1]: https://github.com/c01nd01r/vue-bem-cn/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/c01nd01r/vue-bem-cn/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/c01nd01r/vue-bem-cn/compare/v0.1.1...v1.0.0 [0.1.1]: https://github.com/c01nd01r/vue-bem-cn/compare/v0.1.0...v0.1.1