diff --git a/CHANGELOG.md b/CHANGELOG.md index a6dc553..12f356e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/node-casbin/mongo-changestream-watcher/compare/v1.1.0...v1.1.1) (2023-08-07) + + +### Bug Fixes + +* fix broken links ([#14](https://github.com/node-casbin/mongo-changestream-watcher/issues/14)) ([e5c3f76](https://github.com/node-casbin/mongo-changestream-watcher/commit/e5c3f76e30d528dcbba76f4ca040d99ed05e5cc8)) + # [1.1.0](https://github.com/node-casbin/mongo-changestream-watcher/compare/v1.0.0...v1.1.0) (2023-05-13) diff --git a/package.json b/package.json index 45bec25..b95a044 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@casbin/mongo-changestream-watcher", - "version": "1.1.0", + "version": "1.1.1", "description": "Casbin Watcher based on MongoDB Change Streams", "main": "lib/cjs/watcher.js", "typings": "lib/cjs/watcher.d.ts",