Skip to content

Commit

Permalink
chore(release): 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 12, 2020
1 parent 3c8eeaa commit 101cd23
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# 1.3.0 (2020-06-12)
## [1.3.1](https://github.com/Kirkhammetz/flaggy/compare/1.3.0...1.3.1) (2020-06-12)



# [1.3.0](https://github.com/Kirkhammetz/flaggy/compare/1.2.0...1.3.0) (2020-06-12)



# [1.2.0](https://github.com/Kirkhammetz/flaggy/compare/1.1.1...1.2.0) (2020-06-12)


### Features

* moved dependency inside ([490680e](https://github.com/Kirkhammetz/flaggy/commit/490680ece17688ded81ef9b6fe48dad666e33b1a)), closes [#10](https://github.com/Kirkhammetz/flaggy/issues/10)



## [1.1.1](https://github.com/Kirkhammetz/flaggy/compare/1.1.0...1.1.1) (2020-06-12)



# [1.1.0](https://github.com/Kirkhammetz/flaggy/compare/82ee267e5bb18296cd0c69bc980269fce88c9566...1.1.0) (2020-06-12)


### Bug Fixes
Expand All @@ -9,7 +30,6 @@

### Features

* moved dependency inside ([490680e](https://github.com/Kirkhammetz/flaggy/commit/490680ece17688ded81ef9b6fe48dad666e33b1a)), closes [#10](https://github.com/Kirkhammetz/flaggy/issues/10)
* pushing to master generates release ([8604d14](https://github.com/Kirkhammetz/flaggy/commit/8604d14fdcba70c9e44ed87fd9c0ee9adaeb3155))
* **action:** added pr tests and fixes ([e38411a](https://github.com/Kirkhammetz/flaggy/commit/e38411af9dc47a32aa6dc879f34734c0ac4af03c))
* **action:** better actions ([0cd67a9](https://github.com/Kirkhammetz/flaggy/commit/0cd67a9f8a6ecd913b143af6c57fe5ef77ee21ba))
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": "flaggy",
"version": "1.3.0",
"version": "1.3.1",
"description": "Generates flags for unix command from a key/value object",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 101cd23

Please sign in to comment.