Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.19...v1.1.0) (2023-11-04)

### Features

* Add Arabic-Tunisia language ([cdc0b14](cdc0b14))
* vite migration ([0b3541a](0b3541a))
  • Loading branch information
semantic-release-bot committed Nov 4, 2023
1 parent c4c3c94 commit 65c50a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# [1.1.0](https://github.com/shubhadip/vuejs3-datepicker/compare/v1.0.19...v1.1.0) (2023-11-04)


### Features

* Add Arabic-Tunisia language ([cdc0b14](https://github.com/shubhadip/vuejs3-datepicker/commit/cdc0b1440a8a69f7af1a7d14f3a0801b99a3d07e))
* vite migration ([0b3541a](https://github.com/shubhadip/vuejs3-datepicker/commit/0b3541a7fd8992bc1c822b2e8ebc5c9d6009179d))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuejs3-datepicker",
"version": "1.0.18",
"version": "1.1.0",
"description": "Vue 3 datepicker",
"files": [
"build/*"
Expand All @@ -24,7 +24,7 @@
"lint": "eslint --cache --fix",
"prepublishOnly": "npm run lint && npm run build:lib",
"commit-message": "npm run commitlint -e -V",
"semantic-release:local": "npm run build:lib && npm build && semantic-release --no-ci",
"semantic-release:local": "npm run build:lib && semantic-release --no-ci",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
Expand Down

0 comments on commit 65c50a8

Please sign in to comment.