Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed May 12, 2022
1 parent ff6708b commit ad080f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@

## v2.0.0 (2022-05-12)

#### :boom: Breaking Change
* [#169](https://github.com/linkedin/tracked-queue/pull/169) Update to ember-auto-import v2 ([@chriskrycho](https://github.com/chriskrycho))
* [#156](https://github.com/linkedin/tracked-queue/pull/156) Remove special handling for Ember <3.24 ([@chriskrycho](https://github.com/chriskrycho))
* [#148](https://github.com/linkedin/tracked-queue/pull/148) Drop support for Node 12 ([@chriskrycho](https://github.com/chriskrycho))
* [#146](https://github.com/linkedin/tracked-queue/pull/146) Update to use Ember v4 types ([@chriskrycho](https://github.com/chriskrycho))

#### :rocket: Enhancement
* [#170](https://github.com/linkedin/tracked-queue/pull/170) Update to Ember v4 ([@chriskrycho](https://github.com/chriskrycho))
* [#157](https://github.com/linkedin/tracked-queue/pull/157) Slightly improve perf of internal `Maybe` type ([@chriskrycho](https://github.com/chriskrycho))
* [#146](https://github.com/linkedin/tracked-queue/pull/146) Update to use Ember v4 types ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#171](https://github.com/linkedin/tracked-queue/pull/171) Update compatibility test suite ([@chriskrycho](https://github.com/chriskrycho))
* [#156](https://github.com/linkedin/tracked-queue/pull/156) Remove special handling for Ember <3.24 ([@chriskrycho](https://github.com/chriskrycho))

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

## v1.1.0 (2022-05-11)

#### :rocket: Enhancement
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-queue",
"version": "1.1.0",
"version": "2.0.0",
"description": "An autotracked implementation of a double-ended queue, implemented as a ring-buffer backed by a native JavaScript array.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit ad080f5

Please sign in to comment.