Skip to content

Commit

Permalink
chore(release): 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 30, 2022
1 parent 5e0bfec commit 7681f3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.7.4](https://github.com/openweblabs/vue-component-library-starter/compare/v0.7.3...v0.7.4) (2022-04-30)


### Bug Fixes

* **tooling:** also commit the changelog ([f9d962e](https://github.com/openweblabs/vue-component-library-starter/commit/f9d962e3e58b8867dfd2b55234fdcd86ee319ba5))
* **tooling:** do not commit changelog during creation ([0d0d99b](https://github.com/openweblabs/vue-component-library-starter/commit/0d0d99bf910c0f559b12945b8213c8e6abe29024))
* **tooling:** use the "all" flag properly ([5e0bfec](https://github.com/openweblabs/vue-component-library-starter/commit/5e0bfecf3023cf4a103bbe24b69b1b5d19526b06))



## [0.7.3](https://github.com/openweblabs/vue-component-library-starter/compare/v0.7.2...v0.7.3) (2022-04-30)


Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openweb/vue-example",
"version": "0.7.3",
"version": "0.7.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-component-library-starter",
"version": "0.7.3",
"version": "0.7.4",
"description": "The easy way to start your Vue 3 Component Library.",
"keywords": [
"component",
Expand Down Expand Up @@ -99,4 +99,4 @@
"node": ">=v16.15.0",
"pnpm": ">=6.32.11"
}
}
}

0 comments on commit 7681f3c

Please sign in to comment.