Skip to content

Commit

Permalink
chore(release): 1.0.0-next.4 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-next.4](v1.0.0-next.3...v1.0.0-next.4) (2020-12-04)

### Features

* basic ssl configuration ([d2ce463](d2ce463))
* configure caddy to server api and ui ([5a3566a](5a3566a))
* default sites domain to main host ([c2ff7a2](c2ff7a2))
* force redirect path to start with slash ([b3f29e5](b3f29e5))
* simplify deployment ([c53702c](c53702c))
* simplify env configuration ([a6ff61f](a6ff61f))
* split authentication methods and org access check ([8877034](8877034))
  • Loading branch information
semantic-release-bot committed Dec 4, 2020
1 parent c53702c commit 53131da
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.0.0-next.4](https://github.com/getmeli/meli/compare/v1.0.0-next.3...v1.0.0-next.4) (2020-12-04)


### Features

* basic ssl configuration ([d2ce463](https://github.com/getmeli/meli/commit/d2ce463fe600b3ee3d7c319226a0d16d59c4d693))
* configure caddy to server api and ui ([5a3566a](https://github.com/getmeli/meli/commit/5a3566a5af74db602bf06be4086245b2fd6bbc2a))
* default sites domain to main host ([c2ff7a2](https://github.com/getmeli/meli/commit/c2ff7a29c6696c05650479c0a97dba9f90f8012f))
* force redirect path to start with slash ([b3f29e5](https://github.com/getmeli/meli/commit/b3f29e5ef35b69ee241b784b8b92e3e9e5d8ebbe))
* simplify deployment ([c53702c](https://github.com/getmeli/meli/commit/c53702c5380c1c03ca2a194f727988006bded84b))
* simplify env configuration ([a6ff61f](https://github.com/getmeli/meli/commit/a6ff61fbfb2bba8bea1b57c887b61fba2b11c8fd))
* split authentication methods and org access check ([8877034](https://github.com/getmeli/meli/commit/887703419a22bf9c9d680458cdb8e7d29a976957))

# [1.0.0-next.3](https://github.com/getmeli/meli/compare/v1.0.0-next.2...v1.0.0-next.3) (2020-12-02)


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-next.3
Licensed Work: Meli 1.0.0-next.4
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 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-next.3",
"version": "1.0.0-next.4",
"private": true,
"description": "",
"main": "src/index.js",
Expand Down

0 comments on commit 53131da

Please sign in to comment.