From c1638fc1c09e26a8f9faf77e613145d00a1d77f0 Mon Sep 17 00:00:00 2001 From: Bruno Nardini Date: Fri, 4 Jun 2021 18:35:27 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5cf16da --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ +# v1.0.0 (Fri Jun 04 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Bruno Nardini ([@megatroom](https://github.com/megatroom)), for all your work! + +#### 💥 Breaking Change + +- First version [#3](https://github.com/megatroom/check-my-package-version/pull/3) ([@megatroom](https://github.com/megatroom)) + +#### 🐛 Bug Fix + +- Release review [#8](https://github.com/megatroom/check-my-package-version/pull/8) ([@megatroom](https://github.com/megatroom)) +- Fix git workflow [#7](https://github.com/megatroom/check-my-package-version/pull/7) ([@megatroom](https://github.com/megatroom)) +- 🐛 Fix package version [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- 🐛 Fix CI commit with skip-ci [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- Merge branch 'main' of github.com:megatroom/check-my-package-version into main [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- v0.0.1-next.6 [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- 🐛 Fix CI loop [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- v0.0.1-next.5 [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- v0.0.1-next.4 [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- v0.0.1-next.3 [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- v0.0.1-next.2 [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- v0.0.1-next.1 [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- 👷 Try next version again [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- 🧐 Explore CI builtin envs [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- 👷 Rollback NPM Auth [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- 👷 Fix git auth in CI [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- 👷 Add NPM Auth to publish next version [#5](https://github.com/megatroom/check-my-package-version/pull/5) ([@megatroom](https://github.com/megatroom)) +- Add publishing config [#4](https://github.com/megatroom/check-my-package-version/pull/4) ([@megatroom](https://github.com/megatroom)) + +#### ⚠️ Pushed to `main` + +- Initial commit ([@megatroom](https://github.com/megatroom)) + +#### 🏠 Internal + +- Add .circleci/config.yml [#2](https://github.com/megatroom/check-my-package-version/pull/2) ([@megatroom](https://github.com/megatroom)) +- add auto config [#1](https://github.com/megatroom/check-my-package-version/pull/1) ([@megatroom](https://github.com/megatroom)) + +#### Authors: 1 + +- Bruno Nardini ([@megatroom](https://github.com/megatroom))