Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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 (2023-01-04)


### Features

* init ([66e362d](https://github.com/emjio/cacheController/commit/66e362d54d2fd8b011e34049adf4f116e3a4fafc))
* 新增版本控制 ([b44a26b](https://github.com/emjio/cacheController/commit/b44a26be7b2d9c6b8e463776d48926ed1af7bd50))
* 新增版本控制 ([518cc3c](https://github.com/emjio/cacheController/commit/518cc3ca8a50ea35c24ef6106d2af03d6d894806))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cachecontroller",
"version": "1.0.0",
"version": "1.1.0",
"description": "a cache controller for cache data from request, can be auto read when a request have finished. and auto remove the least use cache.",
"main": "./dist/cache.cjs.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"dependencies": {
"standard-version": "^9.5.0"
}
}
}