Skip to content

Commit 24508f3

Browse files
committed
chore(release): 2.1.4
1 parent 432a225 commit 24508f3

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.4](https://github.com/mokkapps/changelog-generator-demo/compare/v2.1.3...v2.1.4) (2024-10-04)
6+
7+
8+
### Build system
9+
10+
* **build-deps:** add github-wiki-sidebar package for wiki's development ([f49e29d](https://github.com/mokkapps/changelog-generator-demo/commits/f49e29da276552927a752414a3fa5cf34a22b9d3))
11+
* **deps-dev:** bump @npmcli/package-json from 5.2.1 to 6.0.0 ([a217700](https://github.com/mokkapps/changelog-generator-demo/commits/a217700631a4def6d58cdbf5893fbe78ea47316b))
12+
* **deps:** bump actions/checkout from 3 to 4 ([c0fb0fe](https://github.com/mokkapps/changelog-generator-demo/commits/c0fb0fed03a4a4b6710ce79ba9e030f876a6b373))
13+
* **deps:** bump actions/setup-node from 3 to 4 ([cc61eab](https://github.com/mokkapps/changelog-generator-demo/commits/cc61eab7cd1333cb7aa5bfbcd29a0f53736417fd))
14+
* **deps:** bump actions/setup-python from 4 to 5 ([eab0aa4](https://github.com/mokkapps/changelog-generator-demo/commits/eab0aa49d8821c8048e76ddfd74571f6bbd441a6))
15+
16+
17+
### Fixes
18+
19+
* **script:** fix ESLINT (self-assign) in preparation script ([432a225](https://github.com/mokkapps/changelog-generator-demo/commits/432a2258ddfd2f865337960471d78f08297e5931))
20+
* **yaml:** fix yaml language server problem in templates ([e39be90](https://github.com/mokkapps/changelog-generator-demo/commits/e39be9006ec0db9f31f5b0b9db76eccb629ad049))
21+
522
### [2.1.3](https://github.com/mokkapps/changelog-generator-demo/compare/v2.1.2...v2.1.3) (2024-09-27)
623

724

manifest.json

Lines changed: 1 addition & 1 deletion
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.3"
8+
"version": "2.1.4"
99
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternugit",
33
"displayName": "Patternugit",
4-
"version": "2.1.3",
4+
"version": "2.1.4",
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,

0 commit comments

Comments
 (0)