diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d56fdb..abd5e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2021-09-26 + ## [0.0.1] - 2021-09-26 -[Unreleased]: https://github.com/uptonm/react-webpack-starter/compare/0.0.1...HEAD +[Unreleased]: https://github.com/uptonm/react-webpack-starter/compare/0.0.2...HEAD + +[0.0.2]: https://github.com/uptonm/react-webpack-starter/compare/0.0.1...0.0.2 [0.0.1]: https://github.com/uptonm/react-webpack-starter/compare/6b1a4a4bdd518610c41ba5d86bd99d74a0c14170...0.0.1 diff --git a/package.json b/package.json index a2ac4d6..de22a56 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,5 @@ "react-dom": "17.0.2", "tailwindcss": "^2.2.15" }, - "version": "0.0.1" + "version": "0.0.2" }