Skip to content

Commit

Permalink
chore: release 5.0.0 (#280)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent c89e209 commit 63c421e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.1.3"
".": "5.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/npm/ini/compare/v4.1.3...v5.0.0) (2024-09-03)
### ⚠️ BREAKING CHANGES
* `ini` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`3eca645`](https://github.com/npm/ini/commit/3eca645de8586b8349acd79211b01a9199d8fd32) [#279](https://github.com/npm/ini/pull/279) align to npm 10 node engine range (@hashtagchris)
### Chores
* [`c89e209`](https://github.com/npm/ini/commit/c89e2090d7989bb91255ec46eaaf5f8cb1c34b34) [#279](https://github.com/npm/ini/pull/279) run template-oss-apply (@hashtagchris)
* [`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])
* [`21c20bb`](https://github.com/npm/ini/commit/21c20bb1729005ab46e0f248cea1a881c6ab5b49) [#277](https://github.com/npm/ini/pull/277) postinstall for dependabot template-oss PR (@hashtagchris)
* [`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])

## [4.1.3](https://github.com/npm/ini/compare/v4.1.2...v4.1.3) (2024-05-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "GitHub Inc.",
"name": "ini",
"description": "An ini encoder/decoder for node",
"version": "4.1.3",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/ini.git"
Expand Down

0 comments on commit 63c421e

Please sign in to comment.