Skip to content

Commit

Permalink
bump to 3.0.0 for Meteor 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Reid committed Jan 15, 2018
1 parent b7fb46c commit f9a7b5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
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: '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'
Expand Down

0 comments on commit f9a7b5f

Please sign in to comment.