diff --git a/CHANGELOG.md b/CHANGELOG.md index 1531922..c3c5e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://www.github.com/cfware/babel-plugin-remove-ungap/compare/v1.2.0...v2.0.0) (2020-05-19) + + +### ⚠ BREAKING CHANGES + +* Remove all supported ungap modules by default except + +### Bug Fixes + +* Require Node.js 10 ([a70cca3](https://www.github.com/cfware/babel-plugin-remove-ungap/commit/a70cca32d5df2a00a609a6c6008a4d936e11cc29)) + ## [1.2.0](https://github.com/cfware/babel-plugin-remove-ungap/compare/v1.1.1...v1.2.0) (2019-06-13) diff --git a/package.json b/package.json index 1b2d73e..1a75084 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ { - "name": "babel-plugin-remove-ungap", - "version": "1.2.0", - "description": "Remove @ungap ponyfills", - "main": "index.cjs", - "scripts": { - "pretest": "cfware-lint .", - "tests-only": "nyc -s node test/test.cjs | tap-yaml-summary", - "test": "npm run -s tests-only", - "posttest": "nyc report --check-coverage" - }, - "engines": { - "node": ">=10" - }, - "author": "Corey Farrell", - "license": "MIT", - "keywords": [], - "repository": { - "type": "git", - "url": "git+https://github.com/cfware/babel-plugin-remove-ungap.git" - }, - "bugs": { - "url": "https://github.com/cfware/babel-plugin-remove-ungap/issues" - }, - "homepage": "https://github.com/cfware/babel-plugin-remove-ungap#readme", - "devDependencies": { - "@babel/core": "^7.2.2", - "@cfware/lint": "^1.4.3", - "@cfware/nyc": "^0.7.0", - "libtap": "^0.3.0", - "nyc": "^15.0.0", - "tap-yaml-summary": "^0.1.0" - } + "name": "babel-plugin-remove-ungap", + "version": "2.0.0", + "description": "Remove @ungap ponyfills", + "main": "index.cjs", + "scripts": { + "pretest": "cfware-lint .", + "tests-only": "nyc -s node test/test.cjs | tap-yaml-summary", + "test": "npm run -s tests-only", + "posttest": "nyc report --check-coverage" + }, + "engines": { + "node": ">=10" + }, + "author": "Corey Farrell", + "license": "MIT", + "keywords": [], + "repository": { + "type": "git", + "url": "git+https://github.com/cfware/babel-plugin-remove-ungap.git" + }, + "bugs": { + "url": "https://github.com/cfware/babel-plugin-remove-ungap/issues" + }, + "homepage": "https://github.com/cfware/babel-plugin-remove-ungap#readme", + "devDependencies": { + "@babel/core": "^7.2.2", + "@cfware/lint": "^1.4.3", + "@cfware/nyc": "^0.7.0", + "libtap": "^0.3.0", + "nyc": "^15.0.0", + "tap-yaml-summary": "^0.1.0" + } }