Skip to content

Commit

Permalink
Bump 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 19, 2024
1 parent 62674a8 commit b5f2425
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## master

## 0.9.2 (2024-12-12)

- Add `performFailures: 'throw' | 'warn' | 'ignore'` option to `createCable()`. ([@palkan][])

## 0.9.1 (2024-07-31)
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 0.9.2 (2024-12-12)

- Add `performFailures: 'throw' | 'warn' | 'ignore'` option to `createCable()`. ([@palkan][])

## 0.9.1 (2024-07-31)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/core",
"version": "0.9.1",
"version": "0.9.2",
"description": "AnyCable JavaScript client library core functionality",
"keywords": [
"anycable",
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## master

## 0.9.2

- Require `@anycable/core` ^0.9.2.

## 0.9.1

- Require `@anycable/core` ^0.9.1.

## 0.9.0

- Require `@anycable/core` ^0.9.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/web",
"version": "0.9.1",
"version": "0.9.2",
"description": "AnyCable JavaScript client for web",
"keywords": [
"anycable",
Expand All @@ -21,6 +21,6 @@
"./package.json": "./package.json"
},
"dependencies": {
"@anycable/core": "^0.9.1"
"@anycable/core": "^0.9.2"
}
}

0 comments on commit b5f2425

Please sign in to comment.