Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.10.2...v2.0.0) (2024-03-07)

### Features

* add result and args to onCacheUpdateError ([3026a9c](3026a9c))
* rename types to be more legible ([4e80242](4e80242))

### BREAKING CHANGES

* the AsyncMapLike type has been renamed to RememberPromiseCache
  • Loading branch information
semantic-release-bot committed Mar 7, 2024
1 parent a14bd01 commit 723689f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/redabacha/remember-promise/compare/v1.10.2...v2.0.0) (2024-03-07)


### Features

* add result and args to onCacheUpdateError ([3026a9c](https://github.com/redabacha/remember-promise/commit/3026a9c070891ae5be8de871253e94572d6c87ab))
* rename types to be more legible ([4e80242](https://github.com/redabacha/remember-promise/commit/4e80242d4a74e45abcda8da11bf43c26d00ffd01))


### BREAKING CHANGES

* the AsyncMapLike type has been renamed to RememberPromiseCache

## [1.10.2](https://github.com/redabacha/remember-promise/compare/v1.10.1...v1.10.2) (2024-03-06)

## [1.10.1](https://github.com/redabacha/remember-promise/compare/v1.10.0...v1.10.1) (2024-03-05)
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"lock": false,
"exclude": ["CHANGELOG.md", "npm"],
"name": "@reda/remember-promise",
"version": "1.10.2",
"version": "2.0.0",
"exports": "./mod.ts"
}

0 comments on commit 723689f

Please sign in to comment.