Skip to content

Commit 9f4ebc2

Browse files
committed
👷 chore(release): 1.1.1 [skip ci]
# [v1.1.1](v1.1.0...v1.1.1) (2024-07-21) ## 🚑 Critical hotfix - [`c4cfc33`](c4cfc33) quickfix: fixed issues with lint errors ## 💚 Fixing CI Build - [`9dce690`](9dce690) fix-ci: fixed ci/cd workflows setting up bun ## 📦 Updating compiled files or packages - [`41487be`](41487be) dep-up(package-lock.json): ran npm install to update package-lock.json - [`997e83e`](997e83e) dep-up(package.json): updated eslint-plugin-node to eslint-plugin-n ## 💡 Documenting source code - [`0f69005`](0f69005) docs-code(repo_management_files/extractfilescopes.js): renamed and documented extracfilescopes.js
1 parent c4cfc33 commit 9f4ebc2

File tree

3 files changed

+55
-6
lines changed

3 files changed

+55
-6
lines changed

CHANGELOG.md

+51-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
1-
# Changelog
1+
# Changelog
2+
3+
# [v1.1.1](https://github.com/jebarpg/template-nodes-project/compare/v1.1.0...v1.1.1) (2024-07-21)
24

5+
6+
7+
8+
9+
## 🚑 Critical hotfix
10+
- [`c4cfc33`](https://github.com/jebarpg/template-nodes-project/commit/c4cfc33) quickfix: fixed issues with lint errors
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
## 💚 Fixing CI Build
23+
- [`9dce690`](https://github.com/jebarpg/template-nodes-project/commit/9dce690) fix-ci: fixed ci/cd workflows setting up bun
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
## 📦 Updating compiled files or packages
40+
- [`41487be`](https://github.com/jebarpg/template-nodes-project/commit/41487be) dep-up(package-lock.json): ran npm install to update package-lock.json
41+
- [`997e83e`](https://github.com/jebarpg/template-nodes-project/commit/997e83e) dep-up(package.json): updated eslint-plugin-node to eslint-plugin-n
42+
43+
44+
45+
46+
47+
48+
49+
## 💡 Documenting source code
50+
- [`0f69005`](https://github.com/jebarpg/template-nodes-project/commit/0f69005) docs-code(repo_management_files/extractfilescopes.js): renamed and documented extracfilescopes.js
51+
352
# [v1.1.0](https://github.com/jebarpg/template-nodes-project/compare/v1.0.0...v1.1.0) (2024-07-21)
453

554
## ✨ Introducing new features
@@ -30,4 +79,4 @@
3079

3180
## ✨ Introducing new features
3281

33-
- [`cda175b`](https://github.com/jebarpg/template-nodes-project/commit/cda175b) feature: added all updated files
82+
- [`cda175b`](https://github.com/jebarpg/template-nodes-project/commit/cda175b) feature: added all updated files

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.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"keywords": [
66
"husky",
@@ -272,4 +272,4 @@
272272
}
273273
}
274274
}
275-
}
275+
}

0 commit comments

Comments
 (0)