We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76244d2 commit f1c3cf1Copy full SHA for f1c3cf1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [0.4.0](https://github.com/vuejs/petite-vue/compare/v0.3.0...v0.4.0) (2021-12-10)
2
+
3
+### Breaking Changes
4
5
+- require vue: prefix for lifecycle hooks ([a981928](https://github.com/vuejs/petite-vue/commit/a9819283f8504a9c2d0cea4d9d122028eba2d10d))
6
7
# [0.3.0](https://github.com/vuejs/petite-vue/compare/v0.2.3...v0.3.0) (2021-09-14)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "petite-vue",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "5kb subset of Vue optimized for progressive enhancement",
"files": [
"dist"
0 commit comments