From b099ef2e1c346100e121812a08bdc02b664e288a Mon Sep 17 00:00:00 2001 From: meli-release-bot Date: Fri, 15 Jan 2021 09:37:02 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.15 [skip ci] # [1.0.0-beta.15](https://github.com/getmeli/meli/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2021-01-15) ### Bug Fixes * **create organization:** cannot create organization ([#184](https://github.com/getmeli/meli/issues/184)) ([#185](https://github.com/getmeli/meli/issues/185)) ([f8ccf52](https://github.com/getmeli/meli/commit/f8ccf525bcef539c55b81f83375a94ddf3d701ad)) --- CHANGELOG.md | 7 +++++++ LICENSE | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3328a1..80582b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.15](https://github.com/getmeli/meli/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2021-01-15) + + +### Bug Fixes + +* **create organization:** cannot create organization ([#184](https://github.com/getmeli/meli/issues/184)) ([#185](https://github.com/getmeli/meli/issues/185)) ([f8ccf52](https://github.com/getmeli/meli/commit/f8ccf525bcef539c55b81f83375a94ddf3d701ad)) + # [1.0.0-beta.14](https://github.com/getmeli/meli/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2021-01-13) diff --git a/LICENSE b/LICENSE index 4e2b6fb..2e80597 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.14 +Licensed Work: Meli 1.0.0-beta.15 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 @@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that Licensed Work by creating organizations, teams or sites controlled by such third parties. -Change Date: 2025-1-13 +Change Date: 2025-1-15 Change License: Apache License, Version 2.0 diff --git a/package.json b/package.json index aed7945..cf46c4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-beta.14", + "version": "1.0.0-beta.15", "private": true, "description": "", "main": "src/index.js",