diff --git a/CHANGELOG.md b/CHANGELOG.md index ece0c1c..0506d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,44 +1,67 @@ -## [1.3.1](https://github.com/Kirkhammetz/flaggy/compare/1.3.0...1.3.1) (2020-06-12) +## 1.3.2 (2020-06-12) +* ci(docs): removed angular preset ([deccbae](https://github.com/Kirkhammetz/flaggy/commit/deccbae)) -# [1.3.0](https://github.com/Kirkhammetz/flaggy/compare/1.2.0...1.3.0) (2020-06-12) +## 1.3.1 (2020-06-12) +* chore(release): 1.3.1 ([101cd23](https://github.com/Kirkhammetz/flaggy/commit/101cd23)) +* ci(fix): should fix release not not generated ([3c8eeaa](https://github.com/Kirkhammetz/flaggy/commit/3c8eeaa)) -# [1.2.0](https://github.com/Kirkhammetz/flaggy/compare/1.1.1...1.2.0) (2020-06-12) -### Features +## 1.3.0 (2020-06-12) -* moved dependency inside ([490680e](https://github.com/Kirkhammetz/flaggy/commit/490680ece17688ded81ef9b6fe48dad666e33b1a)), closes [#10](https://github.com/Kirkhammetz/flaggy/issues/10) +* chore(release): 1.3.0 ([bc95209](https://github.com/Kirkhammetz/flaggy/commit/bc95209)) +* ci(action): added github release notes ([d44c1b6](https://github.com/Kirkhammetz/flaggy/commit/d44c1b6)), closes [#12](https://github.com/Kirkhammetz/flaggy/issues/12) -## [1.1.1](https://github.com/Kirkhammetz/flaggy/compare/1.1.0...1.1.1) (2020-06-12) +## 1.2.0 (2020-06-12) +* chore(release): 1.2.0 ([405b35c](https://github.com/Kirkhammetz/flaggy/commit/405b35c)) +* feat: moved dependency inside ([490680e](https://github.com/Kirkhammetz/flaggy/commit/490680e)), closes [#10](https://github.com/Kirkhammetz/flaggy/issues/10) -# [1.1.0](https://github.com/Kirkhammetz/flaggy/compare/82ee267e5bb18296cd0c69bc980269fce88c9566...1.1.0) (2020-06-12) +## 1.1.1 (2020-06-12) -### Bug Fixes +* chore(release): 1.1.1 ([81a98f0](https://github.com/Kirkhammetz/flaggy/commit/81a98f0)) +* ci(publish): simplified publish script ([0234997](https://github.com/Kirkhammetz/flaggy/commit/0234997)) -* **action:** npm publish trigger ([603468a](https://github.com/Kirkhammetz/flaggy/commit/603468aa6def160472df383aa1c09cf3e9f75a64)) -* **hyphens:** handle boolean flags ([933497e](https://github.com/Kirkhammetz/flaggy/commit/933497e0bfe96f578bf727b960a99384805270d7)) -### Features +## 1.1.0 (2020-06-12) -* 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)) -* added eslint ([b8f65b9](https://github.com/Kirkhammetz/flaggy/commit/b8f65b9efbb99de42f35dacb2ae01cb72d2c7a69)) -* added tdd with ava & nyc ([43aed67](https://github.com/Kirkhammetz/flaggy/commit/43aed674cfc0c4e65c1a43899703094d5bcca468)) -* ci packages ([d9f5b8a](https://github.com/Kirkhammetz/flaggy/commit/d9f5b8a6320f69bae5c16d4303670018834c7693)) -* husky ([0b18235](https://github.com/Kirkhammetz/flaggy/commit/0b18235bc3d000f30706fc63e8e6c506a69b58c3)) -* init ([82ee267](https://github.com/Kirkhammetz/flaggy/commit/82ee267e5bb18296cd0c69bc980269fce88c9566)) -* standard commit ([679cde6](https://github.com/Kirkhammetz/flaggy/commit/679cde6732aed550800fa9c22ddcc989afba0bcd)) +* chore(release): 1.1.0 ([eccab25](https://github.com/Kirkhammetz/flaggy/commit/eccab25)) +* feat: added eslint ([b8f65b9](https://github.com/Kirkhammetz/flaggy/commit/b8f65b9)) +* feat: added tdd with ava & nyc ([43aed67](https://github.com/Kirkhammetz/flaggy/commit/43aed67)) +* feat: ci packages ([d9f5b8a](https://github.com/Kirkhammetz/flaggy/commit/d9f5b8a)) +* feat: husky ([0b18235](https://github.com/Kirkhammetz/flaggy/commit/0b18235)) +* feat: init ([82ee267](https://github.com/Kirkhammetz/flaggy/commit/82ee267)) +* feat: pushing to master generates release ([8604d14](https://github.com/Kirkhammetz/flaggy/commit/8604d14)) +* feat: standard commit ([679cde6](https://github.com/Kirkhammetz/flaggy/commit/679cde6)) +* feat(action): added pr tests and fixes ([e38411a](https://github.com/Kirkhammetz/flaggy/commit/e38411a)) +* feat(action): better actions ([0cd67a9](https://github.com/Kirkhammetz/flaggy/commit/0cd67a9)) +* ci: add tests ([a6db22f](https://github.com/Kirkhammetz/flaggy/commit/a6db22f)) +* ci: add tests ([5656088](https://github.com/Kirkhammetz/flaggy/commit/5656088)) +* ci: conventional changelog ([207c3cb](https://github.com/Kirkhammetz/flaggy/commit/207c3cb)) +* ci: conventional versioning ([01aadfc](https://github.com/Kirkhammetz/flaggy/commit/01aadfc)) +* ci: publish to npm on release ([e25f416](https://github.com/Kirkhammetz/flaggy/commit/e25f416)) +* ci: versioning on master push ([dab1228](https://github.com/Kirkhammetz/flaggy/commit/dab1228)) +* ci(github): fixed versioning script ([c7680ee](https://github.com/Kirkhammetz/flaggy/commit/c7680ee)) +* ci(publish): hope this fixes it ([e3b9a35](https://github.com/Kirkhammetz/flaggy/commit/e3b9a35)) +* ci(publish): triggers on push ([7c18d9c](https://github.com/Kirkhammetz/flaggy/commit/7c18d9c)) +* ci(version): triggering version on merge/push on master ([ff0137a](https://github.com/Kirkhammetz/flaggy/commit/ff0137a)) +* ci(versioning): on merging pr to master ([fa5ecc6](https://github.com/Kirkhammetz/flaggy/commit/fa5ecc6)) +* ci(workflow): publish on release ([42544c5](https://github.com/Kirkhammetz/flaggy/commit/42544c5)) +* fix(action): npm publish trigger ([603468a](https://github.com/Kirkhammetz/flaggy/commit/603468a)) +* fix(hyphens): handle boolean flags ([933497e](https://github.com/Kirkhammetz/flaggy/commit/933497e)) +* docs: acknowledgments ([67c7038](https://github.com/Kirkhammetz/flaggy/commit/67c7038)) +* docs: added readme ([a7ed91e](https://github.com/Kirkhammetz/flaggy/commit/a7ed91e)) +* docs(license): added (#4) ([2a8c60b](https://github.com/Kirkhammetz/flaggy/commit/2a8c60b)), closes [#4](https://github.com/Kirkhammetz/flaggy/issues/4) +* test: added tests ([8aceeb5](https://github.com/Kirkhammetz/flaggy/commit/8aceeb5)) diff --git a/package.json b/package.json index eab49ea..babc4b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flaggy", - "version": "1.3.1", + "version": "1.3.2", "description": "Generates flags for unix command from a key/value object", "main": "index.js", "scripts": {