Skip to content

Commit

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

### Bug Fixes

* missing guard on current org member endpoint ([5f4945b](5f4945b))

### Features

* redirect 404 to each site /404.html ([050268f](050268f))
  • Loading branch information
semantic-release-bot committed Dec 7, 2020
1 parent 050268f commit 6652a43
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-next.19](https://github.com/getmeli/meli/compare/v1.0.0-next.18...v1.0.0-next.19) (2020-12-07)


### Bug Fixes

* missing guard on current org member endpoint ([5f4945b](https://github.com/getmeli/meli/commit/5f4945b4efcdd5d8e0b054b74c9b61797e641420))


### Features

* redirect 404 to each site /404.html ([050268f](https://github.com/getmeli/meli/commit/050268f73866a402638ed308749b6f5b9ca08c0e))

# [1.0.0-next.18](https://github.com/getmeli/meli/compare/v1.0.0-next.17...v1.0.0-next.18) (2020-12-06)


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

0 comments on commit 6652a43

Please sign in to comment.