Skip to content

Commit c4cfc33

Browse files
committed
🚑 quickfix: fixed issues with lint errors
fixed the linting errors reported by ci/cd workflows
1 parent 997e83e commit c4cfc33

23 files changed

+351
-382
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node }}
26-
26+
2727
- name: 🛠️ Set up Bun.sh
2828
uses: oven-sh/setup-bun@v2
2929
with:

CHANGELOG.md

+13-29
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,33 @@
1-
# Changelog
2-
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-
1+
# Changelog
82

3+
# [v1.1.0](https://github.com/jebarpg/template-nodes-project/compare/v1.0.0...v1.1.0) (2024-07-21)
94

105
## ✨ 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-
226

7+
- [`69511c0`](https://github.com/jebarpg/template-nodes-project/commit/69511c0) feature: created generic commit message markdown and a helper script for it
8+
- [`f61325c`](https://github.com/jebarpg/template-nodes-project/commit/f61325c) feature(repo_management_files/extractfilescopes.js): created an automatic scope updater script
9+
- [`b0a1ae3`](https://github.com/jebarpg/template-nodes-project/commit/b0a1ae3) feature(repo_management_files/extractfilescopes.js): created an automatic scope updater script
2310

2411
## 💚 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-
27-
# v1.0.0 (2024-07-20)
28-
2912

13+
- [`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
3014

15+
# v1.0.0 (2024-07-20)
3116

3217
## 🐛 Fixing a bug
33-
- [`838ca0b`](https://github.com/jebarpg/template-nodes-project/commit/838ca0b) fix: test
3418

19+
- [`838ca0b`](https://github.com/jebarpg/template-nodes-project/commit/838ca0b) fix: test
3520

3621
## ✨ Introducing new features
37-
- [`cda175b`](https://github.com/jebarpg/template-nodes-project/commit/cda175b) feature: added all updated files
38-
39-
# v1.0.0 (2024-07-20)
40-
4122

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

25+
# v1.0.0 (2024-07-20)
4326

4427
## 🐛 Fixing a bug
45-
- [`838ca0b`](https://github.com/jebarpg/template-nodes-project/commit/838ca0b) fix: test
4628

29+
- [`838ca0b`](https://github.com/jebarpg/template-nodes-project/commit/838ca0b) fix: test
4730

4831
## ✨ Introducing new features
49-
- [`cda175b`](https://github.com/jebarpg/template-nodes-project/commit/cda175b) feature: added all updated files
32+
33+
- [`cda175b`](https://github.com/jebarpg/template-nodes-project/commit/cda175b) feature: added all updated files

bun.lockb

1.46 KB
Binary file not shown.

dist/app.js

-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
// @bun
2-
// src/app.ts
3-
var app_default = undefined;
4-
export {
5-
app_default as default
6-
};

docs/typedocs/assets/navigation.js

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

docs/typedocs/assets/search.js

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

0 commit comments

Comments
 (0)