Skip to content

Commit

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

### Bug Fixes

* missing await in org list ([ea5c456](ea5c456))
* missing await in org member serializer ([7617d86](7617d86))
* sites not serialized properly ([eb8ee20](eb8ee20))
* team sites not serialized properly ([e215f0e](e215f0e))

### Features

* expose branches on custom domains [#165](#165) ([46f3de3](46f3de3))
* logos ([#183](#183)) ([0074e42](0074e42))
* show logo to invites and org members ([c5791fe](c5791fe))
  • Loading branch information
semantic-release-bot committed Jan 13, 2021
1 parent c5791fe commit 61a6131
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.0.0-beta.14](https://github.com/getmeli/meli/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2021-01-13)


### Bug Fixes

* missing await in org list ([ea5c456](https://github.com/getmeli/meli/commit/ea5c45644c02198f64dd1182e6cef921842164a9))
* missing await in org member serializer ([7617d86](https://github.com/getmeli/meli/commit/7617d86c01cacd843d0e6c4457ba947eebded14b))
* sites not serialized properly ([eb8ee20](https://github.com/getmeli/meli/commit/eb8ee2073eba03d62006d7b4c2dc934fe12be4e8))
* team sites not serialized properly ([e215f0e](https://github.com/getmeli/meli/commit/e215f0e0d5c3811667a9ba9db5205538b87d17c8))


### Features

* expose branches on custom domains [#165](https://github.com/getmeli/meli/issues/165) ([46f3de3](https://github.com/getmeli/meli/commit/46f3de3ad923ad2faf26b66150ebfb8b4c0be92a))
* logos ([#183](https://github.com/getmeli/meli/issues/183)) ([0074e42](https://github.com/getmeli/meli/commit/0074e424c498661c512f10f453668843a45a454a))
* show logo to invites and org members ([c5791fe](https://github.com/getmeli/meli/commit/c5791fe3f7ea93fbb3ace8cafaa12db0cb870e26))

# [1.0.0-beta.13](https://github.com/getmeli/meli/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2021-01-07)


Expand Down
4 changes: 2 additions & 2 deletions 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.13
Licensed Work: Meli 1.0.0-beta.14
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 All @@ -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-7
Change Date: 2025-1-13

Change License: Apache License, Version 2.0

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.13",
"version": "1.0.0-beta.14",
"private": true,
"description": "",
"main": "src/index.js",
Expand Down

0 comments on commit 61a6131

Please sign in to comment.