Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2024-01-21)

### Features

* update dependencies and vite v5 ([92d7887](92d7887))

### BREAKING CHANGES

* Add Vite v5 and add minimun node version 18
  • Loading branch information
semantic-release-bot committed Jan 21, 2024
1 parent 92d7887 commit 47c8f11
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 @@
# [2.0.0](https://github.com/alxUI/boilerplate-vite/compare/v1.0.0...v2.0.0) (2024-01-21)


### Features

* update dependencies and vite v5 ([92d7887](https://github.com/alxUI/boilerplate-vite/commit/92d788789c2bccdd8ffb6a92b16114b3025359f3))


### BREAKING CHANGES

* Add Vite v5 and add minimun node version 18

# 1.0.0 (2023-03-24)


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": "boilerplate-vite",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"engines": {
"node": ">=18.18.2",
Expand Down

0 comments on commit 47c8f11

Please sign in to comment.