diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f29070..c34bf8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [3.0.1] - 2017-01-22 ### Fixed - Support for Meteor 1.6.1 + - PostCSS no longer outputs the sourcemap comment, which should fix the "DevTools failed to parse SourceMap" errors in the Chrome console (#104) + - The compiled JS output is now lazy-loaded if located in the imports folder ## [3.0.0] - 2017-11-19 ### Fixed diff --git a/package.js b/package.js index 523ac06..2c431f1 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ /* globals Package */ Package.describe({ name: 'nathantreid:css-modules', - version: '3.0.1-beta.1', + version: '3.0.1', summary: 'CSS modules implementation. CSS for components!', git: 'https://github.com/nathantreid/meteor-css-modules.git', documentation: 'README.md'