diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa49af..752a4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file (starting from version 2.0.0). This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.0] - 2017-11-19 +### Fixed + - Support for Meteor 1.6 (sort of) + +## [2.8.1] - 2017-11-19 +### Fixed + - Works on Meteor 1.5 again + ## [2.8.0] - 2017-10-30 ### Fixed - Support for Meteor 1.6! diff --git a/package.js b/package.js index 495f6c0..2ffe4d9 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ /* globals Package */ Package.describe({ name: 'nathantreid:css-modules', - version: '2.8.0', + version: '3.0.0', summary: 'CSS modules implementation. CSS for components!', git: 'https://github.com/nathantreid/meteor-css-modules.git', documentation: 'README.md'