Skip to content

Commit a0c72fe

Browse files
chore: release 4.1.3 (#254)
🤖 I have created a release *beep* *boop* --- ## [4.1.3](v4.1.2...v4.1.3) (2024-05-22) ### Bug Fixes * [`858cc82`](858cc82) [#252](#252) decoding bracketed arrays (#252) (@Cherry) ### Chores * [`2da0471`](2da0471) [#251](#251) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`1eaf0fb`](1eaf0fb) [#251](#251) postinstall for dependabot template-oss PR (@lukekarrys) * [`faf21a1`](faf21a1) [#249](#249) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@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 858cc82 commit a0c72fe

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.2"
2+
".": "4.1.3"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.1.3](https://github.com/npm/ini/compare/v4.1.2...v4.1.3) (2024-05-22)
4+
5+
### Bug Fixes
6+
7+
* [`858cc82`](https://github.com/npm/ini/commit/858cc82dff7eac9ff9a56181132d66d0e09a803c) [#252](https://github.com/npm/ini/pull/252) decoding bracketed arrays (#252) (@Cherry)
8+
9+
### Chores
10+
11+
* [`2da0471`](https://github.com/npm/ini/commit/2da047162452b6c74fbec797c115530547216685) [#251](https://github.com/npm/ini/pull/251) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
12+
* [`1eaf0fb`](https://github.com/npm/ini/commit/1eaf0fb982e6c905342e7fac3cb43574231a22f5) [#251](https://github.com/npm/ini/pull/251) postinstall for dependabot template-oss PR (@lukekarrys)
13+
* [`faf21a1`](https://github.com/npm/ini/commit/faf21a13f35089a8ce5ebea438718c65b5b0e749) [#249](https://github.com/npm/ini/pull/249) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
14+
315
## [4.1.2](https://github.com/npm/ini/compare/v4.1.1...v4.1.2) (2024-03-04)
416

517
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
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.2",
5+
"version": "4.1.3",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/npm/ini.git"

0 commit comments

Comments
 (0)