Skip to content

Commit ac90a57

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2023-05-18) ### Bug Fixes * fix CI ([15e9f7c](15e9f7c)) * Pass redisOpts argument to constructor ([#12](#12)) ([c9b4569](c9b4569))
1 parent 15e9f7c commit ac90a57

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.4](https://github.com/node-casbin/redis-adapter/compare/v1.0.3...v1.0.4) (2023-05-18)
2+
3+
4+
### Bug Fixes
5+
6+
* fix CI ([15e9f7c](https://github.com/node-casbin/redis-adapter/commit/15e9f7c137883fba99dbd5960a0b119e9d76b0ec))
7+
* Pass redisOpts argument to constructor ([#12](https://github.com/node-casbin/redis-adapter/issues/12)) ([c9b4569](https://github.com/node-casbin/redis-adapter/commit/c9b45693f634313b8d7c17887185f4a29901c8b5))
8+
19
## [1.0.3](https://github.com/node-casbin/redis-adapter/compare/v1.0.2...v1.0.3) (2022-10-06)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casbin-redis-adapter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "lib/cjs/index.js",
55
"typings": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)