Skip to content

Commit

Permalink
chore(release): @casl/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 28, 2022
1 parent 7e9b634 commit cde0459
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/casl-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

# [7.1.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-08-28)


### Bug Fixes

* ensure acessible plugins can work with Ability instance that uses classes as SubjectTypes ([7e9b634](https://github.com/stalniy/casl/commit/7e9b6342ec57ac1131ee34f9d6d825856914e1c0)), closes [#656](https://github.com/stalniy/casl/issues/656)


### Features

* exports types to support TS ES6 modules ([c818b1a](https://github.com/stalniy/casl/commit/c818b1a84cee6dc2ad78be72db4d1afe0f95b3f1)), closes [#668](https://github.com/stalniy/casl/issues/668)

# [7.0.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-07-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/casl-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casl/mongoose",
"version": "7.0.0",
"version": "7.1.0",
"description": "Allows to query accessible records from MongoDB based on CASL rules",
"main": "dist/es6c/index.js",
"es2015": "dist/es6m/index.mjs",
Expand Down

0 comments on commit cde0459

Please sign in to comment.