Skip to content

Commit 28d8c81

Browse files
committed
👷 chore(release): 1.1.2 [skip ci]
# [v1.1.2](v1.1.1...v1.1.2) (2024-08-18) ## 🐛 Fixing a bug - [`70022de`](70022de) fix(tsconfig.json): error with types fixed - [`b0791f1`](b0791f1) fix(package.json): fixed the testing with no test issue - [`d2c9477`](d2c9477) fix(.github/workflows/test.yml): used env instead of token for codecov - [`360126d`](360126d) fix(.github/workflows/test.yml): using recommended codecov version 4.0.1 now - [`c959546`](c959546) fix(.github/workflows/test.yml): removed secret, not required for public repos - [`422515e`](422515e) fix: fixed testing coverage and configuration workflow - [`c2ecd75`](c2ecd75) fix(.github/workflows/test.yml): using v3 of codecov action - [`53c95c3`](53c95c3) fix(.github/workflows/test.yml): added token to test - [`b9528f6`](b9528f6) fix: trying with env token and v4 - [`c9b790f`](c9b790f) fix: test - [`fc47a4d`](fc47a4d) fix(.github/workflows/test.yml): added additional config options to test workflow - [`56eee7b`](56eee7b) fix(.github/workflows/test.yml): removed directory config from workflow - [`83e5179`](83e5179) fix(package.json): fixed toggling delete of coverage.svg - [`8f3bd2d`](8f3bd2d) fix(package.json): fixed cm to run npm install to update lockfile - [`afe80b0`](afe80b0) fix: updated my $PATH variable. Check for bug - [`7ce4a3f`](7ce4a3f) fix: fixed script to use ' instead of ` ## 🚀 Deploying stuff - [`0cdf749`](0cdf749) deploy(typedoc.json): deploying docs ## 🚨 Removing linter warnings - [`b90bc84`](b90bc84) lint(.vscode/settings.json): adding repo specific words to workspace cSpell.words array ## 💚 Fixing CI Build - [`73278c0`](73278c0) fix-ci(.github/workflows/test.yml): removing some optional configs in test.yml - [`343767d`](343767d) fix-ci(package.json): created script without | xargs in depcheck - [`07da093`](07da093) fix-ci(.github/workflows/depcheck.yml): saved changes to used depcheck:ci script - [`999b432`](999b432) fix-ci(package.json): added informational message to depcheck:ci script ## ⬆️ Upgrading dependencies - [`432f411`](432f411) upgrade(.github/workflows/test.yml): upgrade codecov/codecov-action@v4 to codecov/[email protected] ## 👷 Adding CI build system - [`d5b6c3c`](d5b6c3c) ci(.husky/pre-commit): adding pre-commit hook using validate-branch-name - [`9c28113`](9c28113) ci(.github/workflows/depcheck.yml): adding depcheck to github action workflows - [`914bf54`](914bf54) ci(.husky/pre-commit): adding depcheck:ci to pre-commit hook - [`49526bc`](49526bc) ci(.husky/pre-commit): added pretty-quick to pre-commmit and to .depcheckrc.json ## 🔧 Changing configuration files - [`8d79053`](8d79053) config(.depcheckrc.json): added two devDependencies to ignore
1 parent 7b8103b commit 28d8c81

File tree

3 files changed

+49
-28
lines changed

3 files changed

+49
-28
lines changed

CHANGELOG.md

Lines changed: 46 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,75 @@
1-
# Changelog
2-
3-
# [v1.1.1](https://github.com/jebarpg/template-nodes-project/compare/v1.1.0...v1.1.1) (2024-07-21)
4-
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-
1+
# Changelog
142

3+
# [v1.1.2](https://github.com/jebarpg/template-nodes-project/compare/v1.1.1...v1.1.2) (2024-08-18)
154

5+
## 🐛 Fixing a bug
166

7+
- [`70022de`](https://github.com/jebarpg/template-nodes-project/commit/70022de) fix(tsconfig.json): error with types fixed
8+
- [`b0791f1`](https://github.com/jebarpg/template-nodes-project/commit/b0791f1) fix(package.json): fixed the testing with no test issue
9+
- [`d2c9477`](https://github.com/jebarpg/template-nodes-project/commit/d2c9477) fix(.github/workflows/test.yml): used env instead of token for codecov
10+
- [`360126d`](https://github.com/jebarpg/template-nodes-project/commit/360126d) fix(.github/workflows/test.yml): using recommended codecov version 4.0.1 now
11+
- [`c959546`](https://github.com/jebarpg/template-nodes-project/commit/c959546) fix(.github/workflows/test.yml): removed secret, not required for public repos
12+
- [`422515e`](https://github.com/jebarpg/template-nodes-project/commit/422515e) fix: fixed testing coverage and configuration workflow
13+
- [`c2ecd75`](https://github.com/jebarpg/template-nodes-project/commit/c2ecd75) fix(.github/workflows/test.yml): using v3 of codecov action
14+
- [`53c95c3`](https://github.com/jebarpg/template-nodes-project/commit/53c95c3) fix(.github/workflows/test.yml): added token to test
15+
- [`b9528f6`](https://github.com/jebarpg/template-nodes-project/commit/b9528f6) fix: trying with env token and v4
16+
- [`c9b790f`](https://github.com/jebarpg/template-nodes-project/commit/c9b790f) fix: test
17+
- [`fc47a4d`](https://github.com/jebarpg/template-nodes-project/commit/fc47a4d) fix(.github/workflows/test.yml): added additional config options to test workflow
18+
- [`56eee7b`](https://github.com/jebarpg/template-nodes-project/commit/56eee7b) fix(.github/workflows/test.yml): removed directory config from workflow
19+
- [`83e5179`](https://github.com/jebarpg/template-nodes-project/commit/83e5179) fix(package.json): fixed toggling delete of coverage.svg
20+
- [`8f3bd2d`](https://github.com/jebarpg/template-nodes-project/commit/8f3bd2d) fix(package.json): fixed cm to run npm install to update lockfile
21+
- [`afe80b0`](https://github.com/jebarpg/template-nodes-project/commit/afe80b0) fix: updated my $PATH variable. Check for bug
22+
- [`7ce4a3f`](https://github.com/jebarpg/template-nodes-project/commit/7ce4a3f) fix: fixed script to use ' instead of `
1723

24+
## 🚀 Deploying stuff
1825

26+
- [`0cdf749`](https://github.com/jebarpg/template-nodes-project/commit/0cdf749) deploy(typedoc.json): deploying docs
1927

28+
## 🚨 Removing linter warnings
2029

30+
- [`b90bc84`](https://github.com/jebarpg/template-nodes-project/commit/b90bc84) lint(.vscode/settings.json): adding repo specific words to workspace cSpell.words array
2131

2232
## 💚 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-
2633

34+
- [`73278c0`](https://github.com/jebarpg/template-nodes-project/commit/73278c0) fix-ci(.github/workflows/test.yml): removing some optional configs in test.yml
35+
- [`343767d`](https://github.com/jebarpg/template-nodes-project/commit/343767d) fix-ci(package.json): created script without | xargs in depcheck
36+
- [`07da093`](https://github.com/jebarpg/template-nodes-project/commit/07da093) fix-ci(.github/workflows/depcheck.yml): saved changes to used depcheck:ci script
37+
- [`999b432`](https://github.com/jebarpg/template-nodes-project/commit/999b432) fix-ci(package.json): added informational message to depcheck:ci script
2738

39+
## ⬆️ Upgrading dependencies
2840

41+
- [`432f411`](https://github.com/jebarpg/template-nodes-project/commit/432f411) upgrade(.github/workflows/test.yml): upgrade codecov/codecov-action@v4 to codecov/[email protected]
2942

43+
## 👷 Adding CI build system
3044

45+
- [`d5b6c3c`](https://github.com/jebarpg/template-nodes-project/commit/d5b6c3c) ci(.husky/pre-commit): adding pre-commit hook using validate-branch-name
46+
- [`9c28113`](https://github.com/jebarpg/template-nodes-project/commit/9c28113) ci(.github/workflows/depcheck.yml): adding depcheck to github action workflows
47+
- [`914bf54`](https://github.com/jebarpg/template-nodes-project/commit/914bf54) ci(.husky/pre-commit): adding depcheck:ci to pre-commit hook
48+
- [`49526bc`](https://github.com/jebarpg/template-nodes-project/commit/49526bc) ci(.husky/pre-commit): added pretty-quick to pre-commmit and to .depcheckrc.json
3149

50+
## 🔧 Changing configuration files
3251

52+
- [`8d79053`](https://github.com/jebarpg/template-nodes-project/commit/8d79053) config(.depcheckrc.json): added two devDependencies to ignore
3353

54+
# [v1.1.1](https://github.com/jebarpg/template-nodes-project/compare/v1.1.0...v1.1.1) (2024-07-21)
3455

56+
## 🚑 Critical hotfix
3557

58+
- [`c4cfc33`](https://github.com/jebarpg/template-nodes-project/commit/c4cfc33) quickfix: fixed issues with lint errors
3659

60+
## 💚 Fixing CI Build
3761

62+
- [`9dce690`](https://github.com/jebarpg/template-nodes-project/commit/9dce690) fix-ci: fixed ci/cd workflows setting up bun
3863

3964
## 📦 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-
4565

66+
- [`41487be`](https://github.com/jebarpg/template-nodes-project/commit/41487be) dep-up(package-lock.json): ran npm install to update package-lock.json
67+
- [`997e83e`](https://github.com/jebarpg/template-nodes-project/commit/997e83e) dep-up(package.json): updated eslint-plugin-node to eslint-plugin-n
4668

69+
## 💡 Documenting source code
4770

71+
- [`0f69005`](https://github.com/jebarpg/template-nodes-project/commit/0f69005) docs-code(repo_management_files/extractfilescopes.js): renamed and documented extracfilescopes.js
4872

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-
5273
# [v1.1.0](https://github.com/jebarpg/template-nodes-project/compare/v1.0.0...v1.1.0) (2024-07-21)
5374

5475
## ✨ Introducing new features
@@ -79,4 +100,4 @@
79100

80101
## ✨ Introducing new features
81102

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-nodes-project",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "",
55
"keywords": [
66
"husky",

0 commit comments

Comments
 (0)