Skip to content

Commit 6b32220

Browse files
committed
chore('ts-serializable'): release 'ts-serializable'@3.1.0
1 parent 6496256 commit 6b32220

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.1.0] - 2024-06-02
6+
7+
### 🚀 Features
8+
9+
- Replace standart-version by git-cliff for generation changelog
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Fix got-cliff bump
14+
- Git-cliff
15+
16+
## [3.1.0] - 2024-06-02
17+
18+
### 🚀 Features
19+
20+
- Replace standart-version by git-cliff for generation changelog
21+
22+
### ⚙️ Miscellaneous Tasks
23+
24+
- Fix got-cliff bump
25+
- Git-cliff
26+
527
## [3.0.59] - 2024-06-02
628

729
### ⚙️ Miscellaneous Tasks

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-serializable",
3-
"version": "3.0.59",
3+
"version": "3.1.0",
44
"author": "Eugene Labutin",
55
"license": "MIT",
66
"homepage": "https://github.com/LabEG/Serializable#readme",
@@ -25,7 +25,7 @@
2525
"test": "mocha",
2626
"build": "tsc --project tsconfig.build.json && node ./dist/index.js",
2727
"prepublishOnly": "npm run lint && npm run build && npm run test",
28-
"release": "git-cliff --bump --output CHANGELOG.md",
28+
"release": "cliff-jumper --name 'ts-serializable' --package-path '.'",
2929
"prepare": "husky install"
3030
},
3131
"peerDependencies": {
@@ -34,6 +34,7 @@
3434
"devDependencies": {
3535
"@commitlint/cli": "^19.3.0",
3636
"@commitlint/config-conventional": "^19.2.2",
37+
"@favware/cliff-jumper": "^3.0.3",
3738
"@labeg/code-style": "^4.1.0",
3839
"@types/chai": "^4.3.16",
3940
"@types/mocha": "^10.0.6",

0 commit comments

Comments
 (0)