Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Jun 13, 2022
1 parent f6c47a3 commit cf8ab34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.3.0 (2022-06-13)

#### :rocket: Enhancement
* [#75](https://github.com/tracked-tools/tracked-toolbox/pull/75) backport: Move `ember-cli-htmlbars` to `devDependencies` ([@chriskrycho](https://github.com/chriskrycho))
* [#74](https://github.com/tracked-tools/tracked-toolbox/pull/74) backport: Add ability to pass a custom comparator to `dedupe-tracked` ([@chriskrycho](https://github.com/chriskrycho))
* [#73](https://github.com/tracked-tools/tracked-toolbox/pull/73) Backport: support Ember v4 ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#72](https://github.com/tracked-tools/tracked-toolbox/pull/72) Add v1.x branch to CI config ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 1
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))

## v1.2.3 (2021-04-01)

#### :bug: Bug Fix
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-toolbox",
"version": "1.2.3",
"version": "1.3.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit cf8ab34

Please sign in to comment.