Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
peluja1012 committed Apr 11, 2015
1 parent fdd40f7 commit 06408a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
v1.0.0
------

This release introduces a change to the default functionality of the plugin.

Expand All @@ -12,3 +13,11 @@ These flags, `removeFileDefeatures.javascript` and
`removeFileDefeatures.template`, are set to `true` by default and can be
overriden in the plugin config. Set these flags to `false` if you want the
plugin to behave the same as before. Thanks @dbashford for this improvement.

v1.0.1
------

This release adds a feature called `mimosa-build-exclude`, which is automatically recognized.

This allows for excluding features based on whether Mimosa is running a `watch` or a `build`.
When running a `build`, all code using the `mimosa-build-exclude` feature flag will be removed/commented.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mimosa-defeature",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/peluja1012/mimosa-defeature",
"author": "Pedro Jaramillo",
"description": "A mimosa module for flagging features and removing them from a project build",
Expand Down

0 comments on commit 06408a7

Please sign in to comment.