diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e2e5da4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [3.0.0](https://github.com/npm/ini/compare/v2.0.1...v3.0.0) (2022-04-05) + + +### ⚠ BREAKING CHANGES + +* this drops support for node 10 and non-LTS versions of node 12 and node 14 + +### Bug Fixes + +* replace deprecated String.prototype.substr() ([#155](https://github.com/npm/ini/issues/155)) ([e3a5d18](https://github.com/npm/ini/commit/e3a5d183269744f6b590c1a9916ef151de09bf64)) + + +### Dependencies + +* @npmcli/template-oss@3.2.2 ([#156](https://github.com/npm/ini/issues/156)) ([837831a](https://github.com/npm/ini/commit/837831a44ba1f04f62a9d0b369525a4f8d8116e9)) diff --git a/package.json b/package.json index fc79a72..1fe32c8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "GitHub Inc.", "name": "ini", "description": "An ini encoder/decoder for node", - "version": "2.0.1", + "version": "3.0.0", "repository": { "type": "git", "url": "https://github.com/npm/ini.git"