Skip to content

Commit 43b000e

Browse files
chore(release): 1.0.0-beta.17 [skip ci]
# [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.
1 parent ed34896 commit 43b000e

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [1.0.0-beta.17](https://github.com/getmeli/meli/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2021-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* error when unhandled socket event ([3e0151a](https://github.com/getmeli/meli/commit/3e0151a5d00bb4f8667d1ce005dfbc1d8e278e3c))
7+
* req.query not typed ([581e3ca](https://github.com/getmeli/meli/commit/581e3caf3610a5981baa6693d6b677230c7ee67d))
8+
* socket io protocol error ([6e414a0](https://github.com/getmeli/meli/commit/6e414a04d2c1d5c8584c36b66a9f1c3cad5f2859))
9+
* **add branch:** should not update release when no id given ([b3b25e8](https://github.com/getmeli/meli/commit/b3b25e8d7951548932281274317efbdbc5fa1df3))
10+
11+
12+
### Features
13+
14+
* add websocket handler [#194](https://github.com/getmeli/meli/issues/194) ([2aad514](https://github.com/getmeli/meli/commit/2aad51452b23163c5c644f4735e75a8098fbb8f3))
15+
* change api scope formats ([#200](https://github.com/getmeli/meli/issues/200)) ([ed34896](https://github.com/getmeli/meli/commit/ed348969660882c0d1723e7333963ded5b8167ab))
16+
* configure gzip compression ([#195](https://github.com/getmeli/meli/issues/195)) ([bc5e3ff](https://github.com/getmeli/meli/commit/bc5e3ffcd421a48cc7363f63791e353fd1df8559))
17+
* custom headers per branch or site ([#195](https://github.com/getmeli/meli/issues/195)) ([c8645a7](https://github.com/getmeli/meli/commit/c8645a76b0cc11194a22ad81b4dcd654149ef550))
18+
* forbid underscores in site name ([#193](https://github.com/getmeli/meli/issues/193)) ([f263f09](https://github.com/getmeli/meli/commit/f263f090b9c40bc481ed1979a1ae87b51975d035))
19+
* set cache-control header ([#195](https://github.com/getmeli/meli/issues/195)) ([09621ea](https://github.com/getmeli/meli/commit/09621ea233715b101644f714477bccbd1dc75344))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* all API tokens currently in use will be invalidated.
25+
126
# [1.0.0-beta.16](https://github.com/getmeli/meli/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2021-02-09)
227

328

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Source License 1.1
33
Parameters
44

55
Licensor: Charlie Bravo SRL
6-
Licensed Work: Meli 1.0.0-beta.16
6+
Licensed Work: Meli 1.0.0-beta.17
77
The Licensed Work is (c) 2021 Charlie Bravo SRL
88
Additional Use Grant: You may make use of the Licensed Work, provided that
99
you may not use the Licensed Work for a Static Site
@@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
1515
Licensed Work by creating organizations, teams or sites
1616
controlled by such third parties.
1717

18-
Change Date: 2025-2-9
18+
Change Date: 2025-3-10
1919

2020
Change License: Apache License, Version 2.0
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skipper/core",
3-
"version": "1.0.0-beta.16",
3+
"version": "1.0.0-beta.17",
44
"private": true,
55
"description": "",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)