Releases: dangoslen/changelog-enforcer
Releases · dangoslen/changelog-enforcer
Changelog Enforcer 3.6.1
Changelog Enforcer 3.6.0
Changed
- Now runs on Node 20
- Updates
.nvmrc
to set the version - Updates node version in
action.yml
- Updates
Dependencies
- Bump
node-fetch
from 2.6.12 to 2.7.0 (#264, #270) - Bump
actions/checkout
from 3.5.3 to 4.1.1 (#266, #267, #271, #275) - Bump
@vercel/ncc
from 0.36.1 to 0.38.1 (#268, #276) - Bump
jest
from 29.6.2 to 29.7.0 (#269) - Bump
stefanzweifel/git-auto-commit-action
from 4.16.0 to 5.0.0 (#272) - Bump
@actions/github
from 5.1.1 to 6.0.0 (#273) - Bump
@actions/core
from 1.10.0 to 1.10.1 (#274) - Bump
eslint
from 8.46.0 to 8.56.0 (#279)
Changelog Enforcer 3.5.1
Changelog Enforcer 3.5.0
Changelog Enforcer 3.4.0
Changelog Enforcer 3.3.2
Fixed
- Properly rebuilds the
dist.index.js
meant to be built inv3.3.1
.
Changelog Enforcer 3.3.0
Dependencies
- Bumps
stefanzweifel/git-auto-commit-action
from 4.14.1 to 4.15.4 - Bumps
actions/checkout
from 3.0.2 to 3.1.0 - Bumps
@actions/core
from 1.6.0 to 1.9.0 - Bumps
uglify-js
from 3.15.5 to 3.17.4 - Bumps
jest
from 27.3.1 to 29.2.2
Changelog Enforcer 3.2.1
Changed
expectedLatestVersion
no longer enforces validation if the only version in the changelog is an unreleased version.- See more in the README
Changelog Enforcer 3.2.0
Changed
- Now runs on Node 16
- Adds
.nvmrc
to set the version - Updates node version in
action.yml
- Adds
Dependencies
- Bumps
uglify-js
from 3.14.3 to 3.15.5 - Bumps
@actions/github
from 5.0.0 to 5.0.2 - Bumps
stefanzweifel/git-auto-commit-action
from 4.14.0 to 4.14.1
Changelog Enforcer 3.1.0
Fixes
- Fixes issue #184
- Get changelog from the
contents_url
instead of theraw_url
- Get changelog from the
Dependencies
- Bumps
actions/checkout
from 2.4.0 to 3.0.2 - Bumps
stefanzweifel/git-auto-commit-action
from 4.13.1 to 4.14.0 - Removed
@actions/exec
- Bumps
@vercel/ncc
from 0.31.1 to 0.33.4