We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58a92a commit 29def92Copy full SHA for 29def92
CHANGELOG.md
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.2] - 2021-09-26
11
+
12
## [0.0.1] - 2021-09-26
13
-[Unreleased]: https://github.com/uptonm/react-webpack-starter/compare/0.0.1...HEAD
14
+[Unreleased]: https://github.com/uptonm/react-webpack-starter/compare/0.0.2...HEAD
15
16
+[0.0.2]: https://github.com/uptonm/react-webpack-starter/compare/0.0.1...0.0.2
17
18
[0.0.1]: https://github.com/uptonm/react-webpack-starter/compare/6b1a4a4bdd518610c41ba5d86bd99d74a0c14170...0.0.1
package.json
@@ -50,5 +50,5 @@
50
"react-dom": "17.0.2",
51
"tailwindcss": "^2.2.15"
52
},
53
- "version": "0.0.1"
+ "version": "0.0.2"
54
}
0 commit comments