Skip to content

Commit 7681f3c

Browse files
committed
chore(release): 0.7.4
1 parent 5e0bfec commit 7681f3c

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.7.4](https://github.com/openweblabs/vue-component-library-starter/compare/v0.7.3...v0.7.4) (2022-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **tooling:** also commit the changelog ([f9d962e](https://github.com/openweblabs/vue-component-library-starter/commit/f9d962e3e58b8867dfd2b55234fdcd86ee319ba5))
7+
* **tooling:** do not commit changelog during creation ([0d0d99b](https://github.com/openweblabs/vue-component-library-starter/commit/0d0d99bf910c0f559b12945b8213c8e6abe29024))
8+
* **tooling:** use the "all" flag properly ([5e0bfec](https://github.com/openweblabs/vue-component-library-starter/commit/5e0bfecf3023cf4a103bbe24b69b1b5d19526b06))
9+
10+
11+
112
## [0.7.3](https://github.com/openweblabs/vue-component-library-starter/compare/v0.7.2...v0.7.3) (2022-04-30)
213

314

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openweb/vue-example",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-component-library-starter",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "The easy way to start your Vue 3 Component Library.",
55
"keywords": [
66
"component",
@@ -99,4 +99,4 @@
9999
"node": ">=v16.15.0",
100100
"pnpm": ">=6.32.11"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)