Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.7](v1.0.0-beta.6...v1.0.0-beta.7) (2020-12-18)

### Bug Fixes

* branch url not using branch slug ([254f3c6](254f3c6))
* creating branch from release doesn't create symlinks ([4768b63](4768b63))
* org member api not found ([bbf5cdc](bbf5cdc))
* redirect url missing slash ([e4e6739](e4e6739))

### Features

* add link to public community channel ([#166](#166)) ([b36db40](b36db40))
* disable auto https for reverse proxy ([#162](#162)) ([449faa8](449faa8))
  • Loading branch information
semantic-release-bot committed Dec 18, 2020
1 parent bbf5cdc commit 5242682
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0-beta.7](https://github.com/getmeli/meli/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-12-18)


### Bug Fixes

* branch url not using branch slug ([254f3c6](https://github.com/getmeli/meli/commit/254f3c6d68f064aa41f4756aa3944834f5312503))
* creating branch from release doesn't create symlinks ([4768b63](https://github.com/getmeli/meli/commit/4768b63f9b74e72115d0c480fdbee01ef479f3a6))
* org member api not found ([bbf5cdc](https://github.com/getmeli/meli/commit/bbf5cdcf014ad58c88ac07355c396abcc110c022))
* redirect url missing slash ([e4e6739](https://github.com/getmeli/meli/commit/e4e67398304e9e6d2e50e85fe28472ae42dcf9d0))


### Features

* add link to public community channel ([#166](https://github.com/getmeli/meli/issues/166)) ([b36db40](https://github.com/getmeli/meli/commit/b36db40041b5faf36b221b772ad4f9c7c82cc3a9))
* disable auto https for reverse proxy ([#162](https://github.com/getmeli/meli/issues/162)) ([449faa8](https://github.com/getmeli/meli/commit/449faa8febf375e825aff9b0e5b559d2ada3efd2))

# [1.0.0-beta.6](https://github.com/getmeli/meli/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-12-15)


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.6
Licensed Work: Meli 1.0.0-beta.7
The Licensed Work is (c) 2020 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: 2024-12-15
Change Date: 2024-12-18

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

0 comments on commit 5242682

Please sign in to comment.