Skip to content

Commit

Permalink
update changelog and remove beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Reid committed Jan 23, 2018
1 parent 1665881 commit cc1148a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit cc1148a

Please sign in to comment.