diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ddc2a1e --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index ba0191f..22465b6 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -29,4 +29,4 @@ "dependencies": { "standard-version": "^9.5.0" } -} \ No newline at end of file +}