From 2dc25ecaf05a4486d9a9ef496751f7e3720181d8 Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Mon, 15 Feb 2021 13:21:13 -0700 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 3 ++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..59e958c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +## Change Log + +### v0.2.3 (2021-02-15) +- [a14247c](https://github.com/jakeboone02/parse-ingredient/commit/a14247c1cf903eaff8b5c2d2f9f8a47fa4af6934) v0.2.3 (@jakeboone02) +- [9fb9aed](https://github.com/jakeboone02/parse-ingredient/commit/9fb9aed9eecf3ecdf4be2bcec764a8b5144b9736) Add description to package.json (@jakeboone02) +- [5aa4c21](https://github.com/jakeboone02/parse-ingredient/commit/5aa4c213e3147edf3b860f757648e25591fbbf42) Add copyright footer to demo page (@jakeboone02) +- [788ee2c](https://github.com/jakeboone02/parse-ingredient/commit/788ee2c2d12eef7e21bc5cf39eb27f6967a4bf3a) Beef up the demo page (@jakeboone02) + +### v0.2.2 (2021-02-12) +- [b910edb](https://github.com/jakeboone02/parse-ingredient/commit/b910edb09ec65cfab1f337784866440f3c08614e) v0.2.2 (@jakeboone02) +- [d89373d](https://github.com/jakeboone02/parse-ingredient/commit/d89373dcfab79689ed21faeec4f0bb6fdfb536ba) IE11 compatibility 2 (@jakeboone02) + +### v0.2.1 (2021-02-12) +- [feb22ef](https://github.com/jakeboone02/parse-ingredient/commit/feb22ef7f15e227d65dfa1d86e1a07c4607a090d) v0.2.1 (@jakeboone02) +- [db1ca12](https://github.com/jakeboone02/parse-ingredient/commit/db1ca12f7898d01ecab5ec85a1203b9f28107402) IE11 compatibility (@jakeboone02) +- [45ed186](https://github.com/jakeboone02/parse-ingredient/commit/45ed186d9eae74e9d60e17edede4a2a01c527353) Add demo (@jakeboone02) + +### v0.2.0 (2021-02-12) +- [7d92830](https://github.com/jakeboone02/parse-ingredient/commit/7d928304f7dd3a419ee52048a5f000d365d89876) v0.2.0 (@jakeboone02) +- [2841479](https://github.com/jakeboone02/parse-ingredient/commit/2841479c1f0f2a20ead6f134d1029593612dd1b1) Update code and documentation (@jakeboone02) +- [37b3743](https://github.com/jakeboone02/parse-ingredient/commit/37b37436563ca4d71dd98687dc6034efdc8de68a) Fix Ingredient interface documentation (@jakeboone02) +- [7bbc7b9](https://github.com/jakeboone02/parse-ingredient/commit/7bbc7b9522ad9a222df78b745b5fb9390feb0afc) Move compactArray.ts into index.ts (@jakeboone02) +- [cc255d0](https://github.com/jakeboone02/parse-ingredient/commit/cc255d07cf2c838248c84eac8c244bfd509c925a) Further compact multi-line input (@jakeboone02) +- [e9add92](https://github.com/jakeboone02/parse-ingredient/commit/e9add9233325b28bccab4a726825ac668c380ac4) Fix result in README.md (@jakeboone02) +- [#1](https://github.com/jakeboone02/parse-ingredient/pull/1) Add codecov to GHA workflows (@jakeboone02) +- [eece88f](https://github.com/jakeboone02/parse-ingredient/commit/eece88f9fab894a9111609b5e4d03ddbc564e316) Add codecov to GHA workflows (@jakeboone02) + +### v0.1.2 (2021-02-12) +- [a387b1c](https://github.com/jakeboone02/parse-ingredient/commit/a387b1c144b3e9ad94c0d079fe264ab7c4c0113a) v0.1.2 (@jakeboone02) +- [c9d8fed](https://github.com/jakeboone02/parse-ingredient/commit/c9d8fedcdc7da1eb7643dec036d08f1ec808a3ac) Ignore blank lines in multi-line input (@jakeboone02) +- [7f0a113](https://github.com/jakeboone02/parse-ingredient/commit/7f0a113b87921f1cdaa2dbbf693c79d68ef26d5b) Updated package.json to include URLs (@jakeboone02) +- [0c52a5b](https://github.com/jakeboone02/parse-ingredient/commit/0c52a5b2f9ac24bb0ebcfe8925399186535f52a7) Increased test coverage to 100% (@jakeboone02) + +### v0.1.1 (2021-02-12) +- [7241d1a](https://github.com/jakeboone02/parse-ingredient/commit/7241d1a4d8738ecf96cf02c6f44deef81f710b0f) v0.1.1 (@jakeboone02) +- [93b12cf](https://github.com/jakeboone02/parse-ingredient/commit/93b12cf286bb456fffb85170a7faf2eba7d1d334) Installed np (@jakeboone02) +- [3e9af7e](https://github.com/jakeboone02/parse-ingredient/commit/3e9af7e2fc66234e7939817aaf6a8b9f8bd34ed3) Added multi-line test (@jakeboone02) +- [a068653](https://github.com/jakeboone02/parse-ingredient/commit/a068653e88c5d0cad03912b52b878c01d52d8cd8) Initial commit (@jakeboone02) \ No newline at end of file diff --git a/package.json b/package.json index 70ae116..88ab38f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "lint": "tsdx lint", "prepare": "npm run build", "publish:npm": "np", - "publish:demo": "node gh-pages.publish.js" + "publish:demo": "node gh-pages.publish.js", + "generate-changelog": "npx github-changes -o jakeboone02 -r parse-ingredient -a --use-commit-body --date-format=\"(YYYY-MM-DD)\"" }, "prettier": { "printWidth": 80,