Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Feb 25, 2020
1 parent b2be228 commit 5aa960d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [2.0.0](https://github.com/lbwa/v-access/compare/v1.0.0...v2.0.0) (2020-02-25)


### Features

* **ability:** make AbilitySet reactive based on Vue instance ([b9cda02](https://github.com/lbwa/v-access/commit/b9cda025ccd56cd4c3e3ca7d7c66eabc13ddbc2e))
* **Ability:** Don't use Set subclass anymore ([7c89a30](https://github.com/lbwa/v-access/commit/7c89a3062233f9b5dccf421531947e025de35c7e))
* **init:** also support VueRouter directly ([10c836f](https://github.com/lbwa/v-access/commit/10c836f7987a2614e4b55c80310e0a0dfdd7ed6e))
* **init:** set default abilitiesRef ([74ebf29](https://github.com/lbwa/v-access/commit/74ebf29df66ec70752908904b7399d149095c65d))

## [1.0.0](https://github.com/lbwa/v-access/compare/v0.3.1...v1.0.0) (2020-02-23)

### 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": "v-access",
"version": "1.0.0",
"version": "2.0.0",
"description": "An authorization solutions for Vue.js v2.x.",
"main": "dist/v-access.cjs.development.js",
"module": "dist/v-access.esm.development.js",
Expand Down

0 comments on commit 5aa960d

Please sign in to comment.