Releases: semantic-release/npm
Releases · semantic-release/npm
v12.0.1
v12.0.0
12.0.0 (2024-03-16)
Features
- exports: defined
exports
to point at ./index.js (9e193c2) - node-versions: dropped support for node v18 and v19 (2df962b)
BREAKING CHANGES
- exports:
exports
has been defined, which prevents access to private apis (which arent
intended for consumption anyway) - node-versions: node v18 and v19 are no longer supported
v11.0.3
11.0.3 (2024-03-01)
Bug Fixes
- deps: raised the minimum accepted range of npm to v10.5.0 (#759) (a0313f8), closes semantic-release/semantic-release#3202
even though our existing range allowed anyone to update as soon as the new npm version was available, this will encourage being on a version that does not report the ip vulnerability a bit more forcefully
v11.0.2
v11.0.1
v11.0.0
11.0.0 (2023-09-15)
Bug Fixes
- deps: update dependency npm to v10 (819f257)
Features
- node-versions: raised the minimum required node version to v18.17 and dropped v19 support (6413130)
BREAKING CHANGES
- node-versions: node v18.17 is now the minimum required version and support for v19 has been dropped