Skip to content

Commit

Permalink
chore(release): 0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.10.0](v0.9.2...v0.10.0) (2023-07-07)

### Features

* adding clear cache method ([#5](#5)) ([27a83fc](27a83fc))
  • Loading branch information
semantic-release-bot committed Jul 7, 2023
1 parent 27a83fc commit a672b55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.10.0](https://github.com/codibre/remembered/compare/v0.9.2...v0.10.0) (2023-07-07)


### Features

* adding clear cache method ([#5](https://github.com/codibre/remembered/issues/5)) ([27a83fc](https://github.com/codibre/remembered/commit/27a83fc5df143cd7a5dec1ab73429da8d5a9fe52))

## [0.9.2](https://github.com/codibre/remembered/compare/v0.9.1...v0.9.2) (2022-12-30)


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,7 +1,7 @@
{
"name": "remembered",
"description": "Easy memory cache and semaphore",
"version": "0.9.2",
"version": "0.10.0",
"author": {
"name": "Thiago O Santos <[email protected]>"
},
Expand Down

0 comments on commit a672b55

Please sign in to comment.