|
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 |
14 | 2 |
|
| 3 | +# [v1.1.2](https://github.com/jebarpg/template-nodes-project/compare/v1.1.1...v1.1.2) (2024-08-18) |
15 | 4 |
|
| 5 | +## 🐛 Fixing a bug |
16 | 6 |
|
| 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 ` |
17 | 23 |
|
| 24 | +## 🚀 Deploying stuff |
18 | 25 |
|
| 26 | +- [`0cdf749`](https://github.com/jebarpg/template-nodes-project/commit/0cdf749) deploy(typedoc.json): deploying docs |
19 | 27 |
|
| 28 | +## 🚨 Removing linter warnings |
20 | 29 |
|
| 30 | +- [`b90bc84`](https://github.com/jebarpg/template-nodes-project/commit/b90bc84) lint(.vscode/settings.json): adding repo specific words to workspace cSpell.words array |
21 | 31 |
|
22 | 32 | ## 💚 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 | 33 |
|
| 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 |
27 | 38 |
|
| 39 | +## ⬆️ Upgrading dependencies |
28 | 40 |
|
| 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] |
29 | 42 |
|
| 43 | +## 👷 Adding CI build system |
30 | 44 |
|
| 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 |
31 | 49 |
|
| 50 | +## 🔧 Changing configuration files |
32 | 51 |
|
| 52 | +- [`8d79053`](https://github.com/jebarpg/template-nodes-project/commit/8d79053) config(.depcheckrc.json): added two devDependencies to ignore |
33 | 53 |
|
| 54 | +# [v1.1.1](https://github.com/jebarpg/template-nodes-project/compare/v1.1.0...v1.1.1) (2024-07-21) |
34 | 55 |
|
| 56 | +## 🚑 Critical hotfix |
35 | 57 |
|
| 58 | +- [`c4cfc33`](https://github.com/jebarpg/template-nodes-project/commit/c4cfc33) quickfix: fixed issues with lint errors |
36 | 59 |
|
| 60 | +## 💚 Fixing CI Build |
37 | 61 |
|
| 62 | +- [`9dce690`](https://github.com/jebarpg/template-nodes-project/commit/9dce690) fix-ci: fixed ci/cd workflows setting up bun |
38 | 63 |
|
39 | 64 | ## 📦 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 | 65 |
|
| 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 |
46 | 68 |
|
| 69 | +## 💡 Documenting source code |
47 | 70 |
|
| 71 | +- [`0f69005`](https://github.com/jebarpg/template-nodes-project/commit/0f69005) docs-code(repo_management_files/extractfilescopes.js): renamed and documented extracfilescopes.js |
48 | 72 |
|
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 | | - |
52 | 73 | # [v1.1.0](https://github.com/jebarpg/template-nodes-project/compare/v1.0.0...v1.1.0) (2024-07-21) |
53 | 74 |
|
54 | 75 | ## ✨ Introducing new features |
|
79 | 100 |
|
80 | 101 | ## ✨ Introducing new features |
81 | 102 |
|
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 |
0 commit comments