Skip to content

Commit

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

### Features

* remove ssl env vars ([4ffceb0](4ffceb0))
* specify jwt token expiration as ms ([4477640](4477640))
* split env and env spec ([7be1864](7be1864))
  • Loading branch information
semantic-release-bot committed Dec 9, 2020
1 parent a9cfe8d commit baceeee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.0.0-next.27](https://github.com/getmeli/meli/compare/v1.0.0-next.26...v1.0.0-next.27) (2020-12-09)


### Features

* remove ssl env vars ([4ffceb0](https://github.com/getmeli/meli/commit/4ffceb0f44eb411bda9b345d1ea6389df4eeb71a))
* specify jwt token expiration as ms ([4477640](https://github.com/getmeli/meli/commit/4477640da05e589af940411cdeaebd66f702d9e9))
* split env and env spec ([7be1864](https://github.com/getmeli/meli/commit/7be18649d257f67b882fa42a7d49884f6e760831))

# [1.0.0-next.26](https://github.com/getmeli/meli/compare/v1.0.0-next.25...v1.0.0-next.26) (2020-12-08)


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

0 comments on commit baceeee

Please sign in to comment.