Skip to content

Commit 0a0653f

Browse files
committed
👷 chore(release): 1.1.0 [skip ci]
# [v1.1.0](v1.0.0...v1.1.0) (2024-07-21) ## ✨ Introducing new features - [`69511c0`](69511c0) feature: created generic commit message markdown and a helper script for it - [`f61325c`](f61325c) feature(repo_management_files/extractfilescopes.js): created an automatic scope updater script - [`b0a1ae3`](b0a1ae3) feature(repo_management_files/extractfilescopes.js): created an automatic scope updater script ## 💚 Fixing CI Build - [`b657a35`](b657a35) fix-ci(commitlint.config.ts): swapped to new parser opts to use fix-ci and ci/cd types
1 parent b0a1ae3 commit 0a0653f

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
# [v1.1.0](https://github.com/jebarpg/template-nodes-project/compare/v1.0.0...v1.1.0) (2024-07-21)
4+
5+
6+
7+
8+
9+
10+
## ✨ Introducing new features
11+
- [`69511c0`](https://github.com/jebarpg/template-nodes-project/commit/69511c0) feature: created generic commit message markdown and a helper script for it
12+
- [`f61325c`](https://github.com/jebarpg/template-nodes-project/commit/f61325c) feature(repo_management_files/extractfilescopes.js): created an automatic scope updater script
13+
- [`b0a1ae3`](https://github.com/jebarpg/template-nodes-project/commit/b0a1ae3) feature(repo_management_files/extractfilescopes.js): created an automatic scope updater script
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
## 💚 Fixing CI Build
25+
- [`b657a35`](https://github.com/jebarpg/template-nodes-project/commit/b657a35) fix-ci(commitlint.config.ts): swapped to new parser opts to use fix-ci and ci/cd types
26+
327
# v1.0.0 (2024-07-20)
428

529

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-nodes-project",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"keywords": [
66
"husky",
@@ -271,4 +271,4 @@
271271
}
272272
}
273273
}
274-
}
274+
}

0 commit comments

Comments
 (0)