Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed May 17, 2022
1 parent 1eb9e9d commit 8c46350
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@




## v3.1.0 (2022-05-17)

#### :rocket: Enhancement
* [#30](https://github.com/tracked-tools/tracked-built-ins/pull/30) Trigger update after calling `delete` on an object property ([@lifeart](https://github.com/lifeart))

#### :bug: Bug Fix
* [#331](https://github.com/tracked-tools/tracked-built-ins/pull/331) Ignore generated types in repo ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#331](https://github.com/tracked-tools/tracked-built-ins/pull/331) Ignore generated types in repo ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 2
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))

## v3.0.0 (2022-05-17)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tracked-built-ins",
"version": "3.0.0",
"version": "3.1.0",
"description": "Tracked versions of JavaScript's built-in classes!",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 8c46350

Please sign in to comment.