Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.12 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.12](v1.0.0-beta.11...v1.0.0-beta.12) (2021-01-07)

### Bug Fixes

* add missing team member index ([bdcee5a](bdcee5a))
* prevent duplicate team members ([3eeaeaa](3eeaeaa))
* team member cannot read team and sites ([#179](#179)) ([8a56c94](8a56c94))
* wrong member selected for listing teams when multiple orgs ([03c5d3f](03c5d3f))
  • Loading branch information
semantic-release-bot committed Jan 7, 2021
1 parent 8a56c94 commit 6928316
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "@skipper/core",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"private": true,
"description": "",
"main": "src/index.js",
Expand Down

0 comments on commit 6928316

Please sign in to comment.