Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
chore(release): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Jul 31, 2016
1 parent f2d4415 commit d786987
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
39 changes: 28 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
#### 0.1.1 (2016-7-31)
<a name="0.2.1"></a>
## [0.2.1](https://github.com/stfsy/broccoli-version/compare/v0.2.0...v0.2.1) (2016-07-31)

##### Chores

* **package.json:** add release workflow (1ae268c1)
* **README.md:**
* update installation command (eac0f56b)
* add installation documentation, update example (6ec37425)

##### Bug Fixes
<a name="0.2.0"></a>
# [0.2.0](https://github.com/stfsy/broccoli-version/compare/v0.1.1...v0.2.0) (2016-07-31)

* **copier.js:** only first element of input node arrays is used (70dab5bd)
* **version.js:** do not increment if increment param is given and undefined (f64284b1)

##### Refactors
### Bug Fixes

* **copier.spec.js:** uppercase require fails on travis ([cd89f8e](https://github.com/stfsy/broccoli-version/commit/cd89f8e))
* **incrementer.js:** uppercase require fails on travis ([ccd3031](https://github.com/stfsy/broccoli-version/commit/ccd3031))
* **incrementer.spec.js:** uppercase require fails on travis ([75ca5da](https://github.com/stfsy/broccoli-version/commit/75ca5da))
* **version.spec.js:** uppercase require fails on travis ([990b7f0](https://github.com/stfsy/broccoli-version/commit/990b7f0))


### Features

* **index.js:** add option for build meta data support ([6b1d9a0](https://github.com/stfsy/broccoli-version/commit/6b1d9a0))
* **version.js:** add build meta data support ([683ac70](https://github.com/stfsy/broccoli-version/commit/683ac70))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/stfsy/broccoli-version/compare/f64284b...v0.1.1) (2016-07-31)


### Bug Fixes

* **copier.js:** only first element of input node arrays is used ([70dab5b](https://github.com/stfsy/broccoli-version/commit/70dab5b))
* **version.js:** do not increment if increment param is given and undefined ([f64284b](https://github.com/stfsy/broccoli-version/commit/f64284b))


* **copier.spec.js:** remove console.logs, clean up (7af11316)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-version",
"version": "0.2.0",
"version": "0.2.1",
"description": "Broccoli plugin for incrementing version numbers in .json files",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d786987

Please sign in to comment.