Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 8, 2021
1 parent 8ad0610 commit 2a2aff1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/microlinkhq/async-memoize-one/compare/v1.0.1...v1.1.0) (2021-03-08)


### Features

* prevent race condition and failed promises ([b30964a](https://github.com/microlinkhq/async-memoize-one/commit/b30964ae4c13542f82984f91d783edba2efc0d80))

### [1.0.1](https://github.com/microlinkhq/async-memoize-one/compare/v1.0.0...v1.0.1) (2020-12-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "async-memoize-one",
"description": "memoize the last result, in async way",
"homepage": "https://nicedoc.io/microlinkhq/async-memoize-one",
"version": "1.0.1",
"version": "1.1.0",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 2a2aff1

Please sign in to comment.