diff --git a/CHANGELOG.md b/CHANGELOG.md index c457023..a996883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.0.0-beta.12](https://github.com/getmeli/meli/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2021-01-07) + + +### Bug Fixes + +* add missing team member index ([bdcee5a](https://github.com/getmeli/meli/commit/bdcee5a2f11355e155ec64dd8d55f4a321a8682c)) +* prevent duplicate team members ([3eeaeaa](https://github.com/getmeli/meli/commit/3eeaeaadeb888f6ab8ec6571832ed3b8746b0fd2)) +* team member cannot read team and sites ([#179](https://github.com/getmeli/meli/issues/179)) ([8a56c94](https://github.com/getmeli/meli/commit/8a56c942b6f6c9eb3c7941dee6db439d2bc4fc2a)) +* wrong member selected for listing teams when multiple orgs ([03c5d3f](https://github.com/getmeli/meli/commit/03c5d3f349ff7e55678925fd2e7dfee9a01e710d)) + # [1.0.0-beta.11](https://github.com/getmeli/meli/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-01-07) diff --git a/LICENSE b/LICENSE index 00d7f06..03c1fd9 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ Business Source License 1.1 Parameters Licensor: Charlie Bravo SRL -Licensed Work: Meli 1.0.0-beta.11 +Licensed Work: Meli 1.0.0-beta.12 The Licensed Work is (c) 2021 Charlie Bravo SRL Additional Use Grant: You may make use of the Licensed Work, provided that you may not use the Licensed Work for a Static Site diff --git a/package.json b/package.json index dcf373b..fb105e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "private": true, "description": "", "main": "src/index.js",