Skip to content

Commit

Permalink
chore: 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.10...v4.0.0) (2023-07-02)

### Bug Fixes

* lock file maintenance ([#150](#150)) ([403d93d](403d93d))

### BREAKING CHANGES

* drop node 14, migrate to nuxt 3
  • Loading branch information
semantic-release-bot committed Jul 2, 2023
1 parent 403d93d commit 089bf34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/dword-design/nuxt-route-meta/compare/v3.0.10...v4.0.0) (2023-07-02)


### Bug Fixes

* lock file maintenance ([#150](https://github.com/dword-design/nuxt-route-meta/issues/150)) ([403d93d](https://github.com/dword-design/nuxt-route-meta/commit/403d93d6667d9975ea69a9007783ee0d715289d4))


### BREAKING CHANGES

* drop node 14, migrate to nuxt 3

## [3.0.10](https://github.com/dword-design/nuxt-route-meta/compare/v3.0.9...v3.0.10) (2023-04-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-route-meta",
"version": "3.0.10",
"version": "4.0.0",
"description": "Adds Nuxt page data to route meta at build time. Also supports TypeScript.",
"keywords": [
"auth",
Expand Down

0 comments on commit 089bf34

Please sign in to comment.