diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7f36b..6e1b614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-next.41](https://github.com/getmeli/meli/compare/v1.0.0-next.40...v1.0.0-next.41) (2020-12-10) + + +### Bug Fixes + +* ui responds only to / ([eb09f41](https://github.com/getmeli/meli/commit/eb09f411e9713fe3a53fcfff5ee18d740add0c95)) + # [1.0.0-next.40](https://github.com/getmeli/meli/compare/v1.0.0-next.39...v1.0.0-next.40) (2020-12-10) diff --git a/LICENSE b/LICENSE index 33dac96..1a9a652 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.40 +Licensed Work: Meli 1.0.0-next.41 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 3394e87..8d716ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-next.40", + "version": "1.0.0-next.41", "private": true, "description": "", "main": "src/index.js",