diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index eecc0d5..32815f7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/onemoon/rule-providers/compare/v1.2.0...v1.2.1) (2023-05-29) + + +### Bug Fixes + +* **providers:** remove the wrong link of github jsdelivr ([21ce376](https://github.com/onemoon/rule-providers/commit/21ce3769ba39cab49a0972fd7661de81f7e32d2e)) + # [1.2.0](https://github.com/onemoon/rule-providers/compare/v1.1.0...v1.2.0) (2023-05-28) diff --git a/package.json b/package.json index 0ed650f..190aaf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lp-clash/rule-providers", - "version": "1.2.0", + "version": "1.2.1", "description": "A self-used collection of rule providers", "main": "index.js", "type": "module",