chore: release v1.1.0

This commit is contained in:
yagnikvamja
2025-01-01 18:12:45 +05:30
parent 8ba9732f4e
commit 31b24664a9
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,12 @@
All notable changes to this template will be documented in this file All notable changes to this template will be documented in this file
## v1.1.0 (2025-01-01)
### Updated
- Updated Vue, Vuetify & Nuxt to latest version
## v1.0.0 (2024-07-09) ## v1.0.0 (2024-07-09)
### Added ### Added

View File

@@ -1,6 +1,5 @@
{ {
"version": "1.0.0", "version": "1.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && pnpm bumpp --all package.json javascript-version/package.json typescript-version/package.json" "release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && pnpm bumpp --all package.json javascript-version/package.json typescript-version/package.json"