Skip to content

Commit

Permalink
chore(ver): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VovanR committed Sep 20, 2019
1 parent 18eb2a3 commit de1a265
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.3.0](https://github.com/VovanR/toggle-in-array/compare/v0.2.0...v0.3.0) (2019-09-20)


### Build System

* **nodejs:** Drop support for NodeJS v4 ([d1276b5](https://github.com/VovanR/toggle-in-array/commit/d1276b5))
* **nodejs:** drop support for NodeJS v6 ([bf5886f](https://github.com/VovanR/toggle-in-array/commit/bf5886f))


### BREAKING CHANGES

* **nodejs:** Min required NodeJS v8
* **nodejs:** Drop support for NodeJS v4



<a name="0.2.0"></a>
# [0.2.0](https://github.com/VovanR/toggle-in-array/compare/v0.1.0...v0.2.0) (2018-01-17)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toggle-in-array",
"version": "0.2.0",
"version": "0.3.0",
"description": "Add or remove item from array",
"license": "MIT",
"repository": "VovanR/toggle-in-array",
Expand Down

0 comments on commit de1a265

Please sign in to comment.