diff --git a/CHANGELOG.md b/CHANGELOG.md index d410a4e..e72a266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.0.0-beta.23](https://github.com/getmeli/meli/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2021-05-21) + + +### Bug Fixes + +* cannot upload or delete logo (closes [#230](https://github.com/getmeli/meli/issues/230)) ([970e1f4](https://github.com/getmeli/meli/commit/970e1f4d5fda64545a95b36028f11c35be90bf7a)) +* incorrect description and missing info in package.json ([#227](https://github.com/getmeli/meli/issues/227)) ([290de80](https://github.com/getmeli/meli/commit/290de80825565bd26cd71d7977641456c9c8309e)) +* wrong site / branch url in ui ([d33f03f](https://github.com/getmeli/meli/commit/d33f03fea45970bf0852ff84339ff5426cdb9660)) + + +### Features + +* allow deleting branches with site token ([b107ed7](https://github.com/getmeli/meli/commit/b107ed715e6240b4c88ea35cb299fa00f2741be3)) +* update DomainForm with private key help text ([#231](https://github.com/getmeli/meli/issues/231)) ([da4562d](https://github.com/getmeli/meli/commit/da4562d8dbf94f156ae974b5f2ce9d46e15f4c40)) +* upload release with api token ([#216](https://github.com/getmeli/meli/issues/216)) ([#225](https://github.com/getmeli/meli/issues/225)) ([1d5ceb6](https://github.com/getmeli/meli/commit/1d5ceb6f891497bb6e373539dd40f9601dbef0d4)) + # [1.0.0-beta.22](https://github.com/getmeli/meli/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2021-04-06) diff --git a/LICENSE b/LICENSE index ed61d82..6b5949e 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.22 +Licensed Work: Meli 1.0.0-beta.23 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-4-6 +Change Date: 2025-5-21 Change License: Apache License, Version 2.0 diff --git a/package.json b/package.json index df4b2af..c082b17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meli", - "version": "1.0.0-beta.22", + "version": "1.0.0-beta.23", "description": "Open source platform for deploying static sites and frontend applications.", "repository": { "type": "git",