Skip to content

Commit

Permalink
Bump 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jan 25, 2019
1 parent 2e88774 commit 29b1171
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 52 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.27.0 (provisional)
## 0.27.0

* Adding `FixedDeque`.
* Adding `CircularBuffer.unshift`.
Expand Down
49 changes: 0 additions & 49 deletions docs/how_to_adapt_push_unshift.txt

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mnemonist",
"version": "0.26.0",
"version": "0.27.0",
"description": "Curated collection of data structures for the JavaScript language.",
"scripts": {
"lint": "eslint ./*.js ./utils ./test/[!types]",
Expand Down

0 comments on commit 29b1171

Please sign in to comment.