File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" ,
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" : {
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" ,
You can’t perform that action at this time.
0 commit comments