Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2021-08-22)

### Bug Fixes

* fix ts4 build configuration ([a5034c8](a5034c8))
  • Loading branch information
semantic-release-bot committed Aug 22, 2021
1 parent a5034c8 commit d64b12a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.2](https://github.com/casbin/casbin.js/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-08-22)


### Bug Fixes

* fix ts4 build configuration ([a5034c8](https://github.com/casbin/casbin.js/commit/a5034c889c38a45010241a41173ed4f6ed8ce34f))

# 1.0.0-beta.1 (2021-08-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casbin.js",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Typescript",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
Expand Down

0 comments on commit d64b12a

Please sign in to comment.