Skip to content

Commit

Permalink
Bump 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jun 20, 2020
1 parent efacf69 commit 3cce434
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.37.0

* Adding `DefaultWeakMap` (@yoursunny).

## 0.36.1

* Improved typings for iteration methods (@yoursunny).
Expand Down
2 changes: 1 addition & 1 deletion default-weak-map.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Mnemonist DefaultWeakMap
* ========================
* =========================
*
* JavaScript implementation of a default weak map that will return a constructed
* value any time one tries to access an non-existing key. It is similar to
Expand Down
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.36.1",
"version": "0.37.0",
"description": "Curated collection of data structures for the JavaScript language.",
"scripts": {
"lint": "eslint ./*.js ./utils ./test",
Expand Down

0 comments on commit 3cce434

Please sign in to comment.