Skip to content

Commit

Permalink
1.1.1 corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lizadaly committed May 13, 2018
1 parent 7f9d7e0 commit 177669f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,2 +1,3 @@
src
examples
.sass-cache
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Version 1.1.0 (May 2018)
## Version 1.1.1 (May 2018)

Added setExpansions as exported action to the public API.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "windrift",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"test": "_mocha --require src/test/global --compilers js:babel-core/register --recursive 'src/**/test*.js'",
"build": "babel src --presets babel-preset-env --presets stage-1 --out-dir dist",
Expand Down

0 comments on commit 177669f

Please sign in to comment.