Skip to content

Commit a80a45a

Browse files
committed
chore: downgrade broken changelog maker, backfill entries
1 parent 0c65614 commit a80a45a

2 files changed

Lines changed: 49 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
11
## [2.1.13](https://github.com/rvagg/github-webhook-handler/compare/v2.1.12...v2.1.13) (2026-07-29)
22

3+
### Trivial Changes
4+
5+
* **deps-dev:** bump typescript from 6.0.3 to 7.0.2 ([22b4ee0](https://github.com/rvagg/github-webhook-handler/commit/22b4ee0c560f031ec6b5219f59fad29efd3bcc68))
6+
* **deps:** bump actions/checkout ([#73](https://github.com/rvagg/github-webhook-handler/issues/73)) ([48c8dd5](https://github.com/rvagg/github-webhook-handler/commit/48c8dd5c064236f4926b323dd5e9731ab7629b67))
7+
* fixes for ts@7 ([91f100d](https://github.com/rvagg/github-webhook-handler/commit/91f100d0cd0df89b1ada5eb87748a1a16d8c6bf1))
8+
39
## [2.1.12](https://github.com/rvagg/github-webhook-handler/compare/v2.1.11...v2.1.12) (2026-07-21)
410

11+
### Trivial Changes
12+
13+
* **ci:** update to single depsound-action workflow v0.3 ([#72](https://github.com/rvagg/github-webhook-handler/issues/72)) ([4dc97c2](https://github.com/rvagg/github-webhook-handler/commit/4dc97c28aa816b72544861c52e58284595b6ad51))
14+
515
## [2.1.11](https://github.com/rvagg/github-webhook-handler/compare/v2.1.10...v2.1.11) (2026-07-18)
616

17+
### Trivial Changes
18+
19+
* **deps:** bump actions/setup-node from 6.4.0 to 7.0.0 ([#71](https://github.com/rvagg/github-webhook-handler/issues/71)) ([8032e35](https://github.com/rvagg/github-webhook-handler/commit/8032e359732e58c7788e428423d2c75522076eb9))
20+
721
## [2.1.10](https://github.com/rvagg/github-webhook-handler/compare/v2.1.9...v2.1.10) (2026-07-18)
822

23+
### Trivial Changes
24+
25+
* **ci:** tweak dependabot, add depsound, use sha refs ([#70](https://github.com/rvagg/github-webhook-handler/issues/70)) ([3f9815a](https://github.com/rvagg/github-webhook-handler/commit/3f9815a96fcc26a3099de14bd381f22c47a87075))
26+
927
## [2.1.9](https://github.com/rvagg/github-webhook-handler/compare/v2.1.8...v2.1.9) (2026-07-09)
1028

29+
### Trivial Changes
30+
31+
* **deps-dev:** bump conventional-changelog-conventionalcommits from 9.3.1 to 10.2.0 ([ac23c0b](https://github.com/rvagg/github-webhook-handler/commit/ac23c0b0d1710936adf949ae2756116a860c038c))
32+
1133
## [2.1.8](https://github.com/rvagg/github-webhook-handler/compare/v2.1.7...v2.1.8) (2026-07-01)
1234

1335
### Trivial Changes

package.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@semantic-release/npm": "^13.1.5",
4444
"@semantic-release/release-notes-generator": "^14.1.0",
4545
"@types/node": "^26.0.1",
46-
"conventional-changelog-conventionalcommits": "^10.2.0",
46+
"conventional-changelog-conventionalcommits": "^9.3.1",
4747
"semantic-release": "^25.0.3",
4848
"standard": "^17.1.2",
4949
"typescript": "^7.0.2"
@@ -107,6 +107,30 @@
107107
"type": "fix",
108108
"section": "Bug Fixes"
109109
},
110+
{
111+
"type": "perf",
112+
"section": "Performance Improvements"
113+
},
114+
{
115+
"type": "revert",
116+
"section": "Reverts"
117+
},
118+
{
119+
"type": "refactor",
120+
"section": "Code Refactoring"
121+
},
122+
{
123+
"type": "test",
124+
"section": "Tests"
125+
},
126+
{
127+
"type": "build",
128+
"section": "Trivial Changes"
129+
},
130+
{
131+
"type": "ci",
132+
"section": "Trivial Changes"
133+
},
110134
{
111135
"type": "chore",
112136
"section": "Trivial Changes"
@@ -116,8 +140,8 @@
116140
"section": "Trivial Changes"
117141
},
118142
{
119-
"type": "test",
120-
"section": "Tests"
143+
"type": "style",
144+
"section": "Trivial Changes"
121145
}
122146
]
123147
}

0 commit comments

Comments
 (0)