Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlough committed Jan 17, 2022
1 parent da3d699 commit eb8cb5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
bower_components/
tests/
node-tests/
tmp/
dist/
config/ember-try.js

Makefile
.bowerrc
.editorconfig
.eslintrc.js
.watchmanconfig
.ember-cli
.travis.yml
.npmignore
**/.gitkeep
bower.json
ember-cli-build.js
Brocfile.js
testem.json
testem.js
README.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-conditional-compile",
"version": "1.1.1",
"version": "1.2.0",
"description": "Conditional compilation (feature-flags) for Ember apps",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit eb8cb5d

Please sign in to comment.