Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed May 10, 2021
1 parent 179c012 commit a5f2151
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## v1.0.0 (2021-05-10)

#### :memo: Documentation
* [#4](https://github.com/linkedin/tracked-queue/pull/4) Temporarily hide the TS nightly run ([@chriskrycho](https://github.com/chriskrycho))
* [#4](https://github.com/linkedin/tracked-queue/pull/4) Temporarily hide the TS nightly run ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#3](https://github.com/linkedin/tracked-queue/pull/3) Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#2](https://github.com/linkedin/tracked-queue/pull/2) Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#3](https://github.com/linkedin/tracked-queue/pull/3) Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#2](https://github.com/linkedin/tracked-queue/pull/2) Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 ([@dependabot[bot]](https://github.com/apps/dependabot))

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

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": "0.1.0",
"version": "1.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 a5f2151

Please sign in to comment.