Skip to content

Commit 5293a05

Browse files
committed
chore: update version to 1.14.2 and configure tag format in .releaserc
- Bumped package version from 1.0.0 to 1.14.2 in package.json. - Added tagFormat configuration in .releaserc to use "v${version}" for version tags.
1 parent 1e8d5e5 commit 5293a05

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.releaserc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"branches": ["master"],
3+
"tagFormat": "v${version}",
34
"plugins": [
45
"@semantic-release/commit-analyzer",
56
"@semantic-release/release-notes-generator",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "musee",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.14.2",
55
"private": true,
66
"sideEffects": false,
77
"author": "Ayaan Zaidi (hi@obviy.us)",

0 commit comments

Comments
 (0)