Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Jul 1, 2021
1 parent 9680597 commit 8b4792f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.0.1 (2021-07-01)

#### :bug: Bug Fix
* [#65](https://github.com/linkedin/tracked-queue/pull/65) Make write operations tracking-safe ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#66](https://github.com/linkedin/tracked-queue/pull/66) Make test types check correctly ([@chriskrycho](https://github.com/chriskrycho))
* [#52](https://github.com/linkedin/tracked-queue/pull/52) Extract wrapping math functions to module scope ([@chriskrycho](https://github.com/chriskrycho))

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

## v1.0.0 (2021-05-10)

An [autotracked](https://v5.chriskrycho.com/journal/autotracking-elegant-dx-via-cutting-edge-cs/) implementation of a double-ended queue, implemented as a ring-buffer backed by a native JavaScript array, with optimal performance for all common operations.
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.0.0",
"version": "1.0.1",
"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 8b4792f

Please sign in to comment.