Skip to content

Commit

Permalink
📦 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Apr 15, 2022
1 parent 5de650d commit bd048d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [1.1.2] - 2022-04-15
### Changed
* Remove buble build

Expand All @@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-02-13
* Initial Release

[1.1.2]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.1.2
[1.1.1]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.1.1
[1.1.0]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.1.0
[1.0.2]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.0.2
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@koopjs/cache-memory",
"version": "1.1.1",
"version": "1.1.2",
"description": "An in-memory cache for KOop",
"main": "src/index.js",
"scripts": {
"test": "standard src && tape test/*.js | tap-spec",
"test": "standard src && tape test/*.js | tap-spec"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bd048d3

Please sign in to comment.