Skip to content

Commit

Permalink
chore(release): v0.2.0 🎉 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Nov 23, 2022
1 parent 43f27ea commit 94760f5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.2.0](https://www.github.com/ehmpathy/simple-in-memory-cache/compare/v0.1.0...v0.2.0) (2022-11-23)


### Features

* **cicd:** add please release github cicd ([43f27ea](https://www.github.com/ehmpathy/simple-in-memory-cache/commit/43f27ea69477e5e3966b2eec3289f2f4d0d99dca))


### Bug Fixes

* **remote:** replace references from uladkasach repo to ehmpathy repo ([983e8ac](https://www.github.com/ehmpathy/simple-in-memory-cache/commit/983e8ac3ae9eeb68cc6d63505d6c8ed851f69d57))
* **types:** expose a type for an instance of the cache ([1bcbf9b](https://www.github.com/ehmpathy/simple-in-memory-cache/commit/1bcbf9b9aa38934ce08f86e628938681d1dfd2ee))
4 changes: 2 additions & 2 deletions 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": "simple-in-memory-cache",
"version": "0.1.0",
"version": "0.2.0",
"description": "A simple in-memory cache, for nodejs and the browser, with time based expiration policies.",
"author": "UladKasach @uladkasach",
"license": "MIT",
Expand Down

0 comments on commit 94760f5

Please sign in to comment.