Skip to content

Commit e24ffef

Browse files
chore(main): release 3.0.0 (#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00a7cdb commit e24ffef

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/npm/ini/compare/v2.0.1...v3.0.0) (2022-04-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* this drops support for node 10 and non-LTS versions of node 12 and node 14
9+
10+
### Bug Fixes
11+
12+
* replace deprecated String.prototype.substr() ([#155](https://github.com/npm/ini/issues/155)) ([e3a5d18](https://github.com/npm/ini/commit/e3a5d183269744f6b590c1a9916ef151de09bf64))
13+
14+
15+
### Dependencies
16+
17+
* @npmcli/template-oss@3.2.2 ([#156](https://github.com/npm/ini/issues/156)) ([837831a](https://github.com/npm/ini/commit/837831a44ba1f04f62a9d0b369525a4f8d8116e9))

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": "2.0.1",
5+
"version": "3.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/npm/ini.git"

0 commit comments

Comments
 (0)