Skip to content

Commit 78326cb

Browse files
committed
chore(release): 2.1.3
1 parent f978853 commit 78326cb

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.1.3](https://github.com/mokkapps/changelog-generator-demo/compare/v2.1.2...v2.1.3) (2024-09-27)
6+
7+
8+
### Features
9+
10+
* **prepare:** rewrite prepare script to semiold style of work process ([746dd4d](https://github.com/mokkapps/changelog-generator-demo/commits/746dd4df7e642af50339cdc3f4ac703f47292d05))
11+
* **script:** add JS version of main preparation script ([f978853](https://github.com/mokkapps/changelog-generator-demo/commits/f978853d8b396b8488b1a99faa92019ae345aa04))
12+
13+
14+
### Refactoring
15+
16+
* **package:** change prepare script to support .SH environments ([9949c03](https://github.com/mokkapps/changelog-generator-demo/commits/9949c0395a418a80bc3faf15d4999ebfe92c6754))
17+
18+
19+
### Documentation
20+
21+
* **jsdocs:** add documentatin in the code ([370efa8](https://github.com/mokkapps/changelog-generator-demo/commits/370efa84463672f20f5734353efda3dac3999839))
22+
23+
24+
### Fixes
25+
26+
* **build-env:** fix build environment to new file typings and names ([76421b4](https://github.com/mokkapps/changelog-generator-demo/commits/76421b4209667abccf855a3270f364049453c854))
27+
* **build-tests:** add early Python setup for prepare scripts ([21afefa](https://github.com/mokkapps/changelog-generator-demo/commits/21afefa8f7d75a03e0b854f408090a3d785c0f4a))
28+
* **imports:** fix imports in main script ([7efa56b](https://github.com/mokkapps/changelog-generator-demo/commits/7efa56b5603180e82b24cca47871afbe3dfa96cf))
29+
* **imports:** semantic fix imports in main script and package ([f23885b](https://github.com/mokkapps/changelog-generator-demo/commits/f23885b1efcd9849b98290ac27374373c4555b8b))
30+
* **node:** try to fix setup@node in the workflow ([382cdb3](https://github.com/mokkapps/changelog-generator-demo/commits/382cdb34dc3f534d1ac8d8b2fc217ebf55596c6f))
31+
532
### [2.1.2](https://github.com/mokkapps/changelog-generator-demo/compare/v2.1.1...v2.1.2) (2024-09-27)
633

734

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"author": "Falcion",
66
"authorUrl": "https://github.com/Falcion",
77
"license": "MIT",
8-
"version": "2.1.2"
9-
}
8+
"version": "2.1.3"
9+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternugit",
33
"displayName": "Patternugit",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"description": "Preconfigured pattern for your repository with universal cases for markdown files of documentations and other actions/scripts",
66
"main": "prepare-template.ts",
77
"private": true,
@@ -233,4 +233,4 @@
233233
"commit-msg": "sh .husky/commit-msg"
234234
}
235235
}
236-
}
236+
}

0 commit comments

Comments
 (0)