diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa4f0c..fda09ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/LICENSE b/LICENSE index ed94cb2..41faa78 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-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 diff --git a/package.json b/package.json index a792580..142ee54 100644 --- a/package.json +++ b/package.json @@ -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",