Skip to content

Commit 63c421e

Browse files
chore: release 5.0.0 (#280)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.1.3...v5.0.0) (2024-09-03) ### ⚠️ BREAKING CHANGES * `ini` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`3eca645`](3eca645) [#279](#279) align to npm 10 node engine range (@hashtagchris) ### Chores * [`c89e209`](c89e209) [#279](#279) run template-oss-apply (@hashtagchris) * [`fc44750`](fc44750) [#276](#276) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`21c20bb`](21c20bb) [#277](#277) postinstall for dependabot template-oss PR (@hashtagchris) * [`44b3b50`](44b3b50) [#277](#277) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c89e209 commit 63c421e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.3"
2+
".": "5.0.0"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/npm/ini/compare/v4.1.3...v5.0.0) (2024-09-03)
4+
### ⚠️ BREAKING CHANGES
5+
* `ini` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`3eca645`](https://github.com/npm/ini/commit/3eca645de8586b8349acd79211b01a9199d8fd32) [#279](https://github.com/npm/ini/pull/279) align to npm 10 node engine range (@hashtagchris)
8+
### Chores
9+
* [`c89e209`](https://github.com/npm/ini/commit/c89e2090d7989bb91255ec46eaaf5f8cb1c34b34) [#279](https://github.com/npm/ini/pull/279) run template-oss-apply (@hashtagchris)
10+
* [`fc44750`](https://github.com/npm/ini/commit/fc447500efe6523746fd9db9d3123485eed14b76) [#276](https://github.com/npm/ini/pull/276) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`21c20bb`](https://github.com/npm/ini/commit/21c20bb1729005ab46e0f248cea1a881c6ab5b49) [#277](https://github.com/npm/ini/pull/277) postinstall for dependabot template-oss PR (@hashtagchris)
12+
* [`44b3b50`](https://github.com/npm/ini/commit/44b3b503fdd923fb230b6a4d859014b9364ee466) [#277](https://github.com/npm/ini/pull/277) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
13+
314
## [4.1.3](https://github.com/npm/ini/compare/v4.1.2...v4.1.3) (2024-05-22)
415

516
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "GitHub Inc.",
33
"name": "ini",
44
"description": "An ini encoder/decoder for node",
5-
"version": "4.1.3",
5+
"version": "5.0.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/npm/ini.git"

0 commit comments

Comments
 (0)