diff --git a/CHANGELOG.md b/CHANGELOG.md index 6211b43..38505b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.1.1 (2021-04-23) + +#### :bug: Bug Fix +* [#42](https://github.com/pzuraq/tracked-built-ins/pull/42) [Bug]: resolve error in build without browsers in targets.js file ([@snewcomer](https://github.com/snewcomer)) + +#### :house: Internal +* [#65](https://github.com/pzuraq/tracked-built-ins/pull/65) chore: bump to latest release-it-lerna-changelog ([@chriskrycho](https://github.com/chriskrycho)) + +#### Committers: 2 +- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho)) +- Scott Newcomer ([@snewcomer](https://github.com/snewcomer)) + ## v1.1.0 (2021-04-23) #### :rocket: Enhancement diff --git a/package.json b/package.json index 976726d..3ff66a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracked-built-ins", - "version": "1.1.0", + "version": "1.1.1", "description": "Tracked versions of JavaScript's built-in classes!", "keywords": [ "ember-addon"