Skip to content

Commit e02c122

Browse files
committed
chore(release): 2.1.1
1 parent 849bc30 commit e02c122

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
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. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.1.1](https://github.com/mokkapps/changelog-generator-demo/compare/v2.1.0...v2.1.1) (2024-09-24)
6+
7+
8+
### Build system
9+
10+
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([2e4c907](https://github.com/mokkapps/changelog-generator-demo/commits/2e4c907bf0fc9656e221a8e953e035cdd4afddca))
11+
* **deps-dev:** bump @typescript-eslint/parser from 7.18.0 to 8.7.0 ([4d1fa62](https://github.com/mokkapps/changelog-generator-demo/commits/4d1fa6240b4f6325a6d36d70d59a0bab917ec317))
12+
* **linting:** appended some linting and fix linters behaviour ([f1a5294](https://github.com/mokkapps/changelog-generator-demo/commits/f1a5294e2ab44099d0ca27ab61c5a682ed48876b))
13+
14+
15+
### Fixes
16+
17+
* **common:** fix calling errors in main script and add definitions ([ecd139a](https://github.com/mokkapps/changelog-generator-demo/commits/ecd139af12452236bc1eb5a908dfe8179dfd090c))
18+
* **definitions:** fix definitions check of linters causing errors ([ef56ef0](https://github.com/mokkapps/changelog-generator-demo/commits/ef56ef07726ad9a097be0d29cd546cedde37f14b))
19+
* **package:** append node and npm requirements and append to latest linters ([b70d3f3](https://github.com/mokkapps/changelog-generator-demo/commits/b70d3f3434522aea8bbec87fe3b6fb5cdcfbd04c))
20+
* **workflows:** fix auto-assign workflow of [#170](https://github.com/Falcion/Patternugit/issues/170) ([2207136](https://github.com/mokkapps/changelog-generator-demo/commits/220713610720d98c64271ff9e78a1d02d11211ef))
21+
22+
23+
### Refactoring
24+
25+
* **docs:** refactored docs accordingly to linters ([4cf5036](https://github.com/mokkapps/changelog-generator-demo/commits/4cf5036dec818b2d0fa9437531297b149fe1863f))
26+
527
## [2.1.0](https://github.com/mokkapps/changelog-generator-demo/compare/v2.0.0...v2.1.0) (2024-09-24)
628

729
### Build system

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.0"
8+
"version": "2.1.1"
99
}

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.0",
4+
"version": "2.1.1",
55
"description": "Preconfigured pattern for your repository with universal cases for markdown files of documentations and other actions/scripts",
66
"main": "environment.ts",
77
"private": true,
@@ -232,4 +232,4 @@
232232
"commit-msg": "sh .husky/commit-msg"
233233
}
234234
}
235-
}
235+
}

0 commit comments

Comments
 (0)