Skip to content

Commit

Permalink
chore: 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.14...v3.0.0) (2023-01-08)

### Bug Fixes

* lock file maintenance ([#65](#65)) ([5738ed7](5738ed7))

### BREAKING CHANGES

* drop node 12 support
  • Loading branch information
semantic-release-bot committed Jan 8, 2023
1 parent 5738ed7 commit 7ba524f
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 @@
# [3.0.0](https://github.com/dword-design/nuxt-content-git/compare/v2.0.14...v3.0.0) (2023-01-08)


### Bug Fixes

* lock file maintenance ([#65](https://github.com/dword-design/nuxt-content-git/issues/65)) ([5738ed7](https://github.com/dword-design/nuxt-content-git/commit/5738ed7eafa8f3ab79311f293ad4877971c8492e))


### BREAKING CHANGES

* drop node 12 support

## [2.0.14](https://github.com/dword-design/nuxt-content-git/compare/v2.0.13...v2.0.14) (2022-02-08)


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-content-git",
"version": "2.0.14",
"version": "3.0.0",
"description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history.",
"keywords": [
"frontend",
Expand Down

0 comments on commit 7ba524f

Please sign in to comment.