Skip to content

Commit 4955ff6

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.0...v2.0.0) (2024-01-02) ### Features * Prefix all internal methods with $ to avoid name clashes ([#7](#7)) ([24a36fa](24a36fa)) ### BREAKING CHANGES * We generate methods names which can be named anything
1 parent 24a36fa commit 4955ff6

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/kapetacom/sdk-web-rest-client/compare/v1.1.0...v2.0.0) (2024-01-02)
2+
3+
4+
### Features
5+
6+
* Prefix all internal methods with $ to avoid name clashes ([#7](https://github.com/kapetacom/sdk-web-rest-client/issues/7)) ([24a36fa](https://github.com/kapetacom/sdk-web-rest-client/commit/24a36fa65049b38292c4ea7c0196e32df0fc90a8))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* We generate methods names which can be named anything
12+
113
# [1.1.0](https://github.com/kapetacom/sdk-web-rest-client/compare/v1.0.7...v1.1.0) (2023-12-12)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kapeta/sdk-web-rest-client",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "",
55
"type": "commonjs",
66
"exports": {

0 commit comments

Comments
 (0)