Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.17 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.17](v1.0.0-beta.16...v1.0.0-beta.17) (2021-03-10)

### Bug Fixes

* error when unhandled socket event ([3e0151a](3e0151a))
* req.query not typed ([581e3ca](581e3ca))
* socket io protocol error ([6e414a0](6e414a0))
* **add branch:** should not update release when no id given ([b3b25e8](b3b25e8))

### Features

* add websocket handler [#194](#194) ([2aad514](2aad514))
* change api scope formats ([#200](#200)) ([ed34896](ed34896))
* configure gzip compression ([#195](#195)) ([bc5e3ff](bc5e3ff))
* custom headers per branch or site ([#195](#195)) ([c8645a7](c8645a7))
* forbid underscores in site name ([#193](#193)) ([f263f09](f263f09))
* set cache-control header ([#195](#195)) ([09621ea](09621ea))

### BREAKING CHANGES

* all API tokens currently in use will be invalidated.
  • Loading branch information
semantic-release-bot committed Mar 10, 2021
1 parent ed34896 commit 43b000e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [1.0.0-beta.17](https://github.com/getmeli/meli/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2021-03-10)


### Bug Fixes

* error when unhandled socket event ([3e0151a](https://github.com/getmeli/meli/commit/3e0151a5d00bb4f8667d1ce005dfbc1d8e278e3c))
* req.query not typed ([581e3ca](https://github.com/getmeli/meli/commit/581e3caf3610a5981baa6693d6b677230c7ee67d))
* socket io protocol error ([6e414a0](https://github.com/getmeli/meli/commit/6e414a04d2c1d5c8584c36b66a9f1c3cad5f2859))
* **add branch:** should not update release when no id given ([b3b25e8](https://github.com/getmeli/meli/commit/b3b25e8d7951548932281274317efbdbc5fa1df3))


### Features

* add websocket handler [#194](https://github.com/getmeli/meli/issues/194) ([2aad514](https://github.com/getmeli/meli/commit/2aad51452b23163c5c644f4735e75a8098fbb8f3))
* change api scope formats ([#200](https://github.com/getmeli/meli/issues/200)) ([ed34896](https://github.com/getmeli/meli/commit/ed348969660882c0d1723e7333963ded5b8167ab))
* configure gzip compression ([#195](https://github.com/getmeli/meli/issues/195)) ([bc5e3ff](https://github.com/getmeli/meli/commit/bc5e3ffcd421a48cc7363f63791e353fd1df8559))
* custom headers per branch or site ([#195](https://github.com/getmeli/meli/issues/195)) ([c8645a7](https://github.com/getmeli/meli/commit/c8645a76b0cc11194a22ad81b4dcd654149ef550))
* forbid underscores in site name ([#193](https://github.com/getmeli/meli/issues/193)) ([f263f09](https://github.com/getmeli/meli/commit/f263f090b9c40bc481ed1979a1ae87b51975d035))
* set cache-control header ([#195](https://github.com/getmeli/meli/issues/195)) ([09621ea](https://github.com/getmeli/meli/commit/09621ea233715b101644f714477bccbd1dc75344))


### BREAKING CHANGES

* all API tokens currently in use will be invalidated.

# [1.0.0-beta.16](https://github.com/getmeli/meli/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2021-02-09)


Expand Down
4 changes: 2 additions & 2 deletions 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-beta.16
Licensed Work: Meli 1.0.0-beta.17
The Licensed Work is (c) 2021 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 All @@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
Licensed Work by creating organizations, teams or sites
controlled by such third parties.

Change Date: 2025-2-9
Change Date: 2025-3-10

Change License: Apache License, Version 2.0

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-beta.16",
"version": "1.0.0-beta.17",
"private": true,
"description": "",
"main": "src/index.js",
Expand Down

0 comments on commit 43b000e

Please sign in to comment.