Skip to content

Commit

Permalink
chore(main): release 2.0.0-alpha.8 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 22, 2024
1 parent c4ebd5d commit e2f875d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/rp-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0-alpha.7"
".": "2.0.0-alpha.8"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.0.0-alpha.8](https://github.com/tai-kun/surrealdb.js/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2024-09-22)


### Changes

* **engines/websocket:** 名前空間とデータベースの矛盾を検知しない ([9bdbc58](https://github.com/tai-kun/surrealdb.js/commit/9bdbc5826a5500756ac1b4ec6133f55fd584fa5c))


### Bug Fixes

* **surreal/utils:** WebSocket でステータスコードが `1012` `1013` なら再接続を試みる。 ([533f8c2](https://github.com/tai-kun/surrealdb.js/commit/533f8c2b6b0eaef9d7a232ab0bd85b6e3a2adab8))

## [2.0.0-alpha.7](https://github.com/tai-kun/surrealdb.js/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2024-09-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tai-kun/surrealdb",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"license": "Apache-2.0",
"description": "The SurrealDB SDK for JavaScript",
"sideEffects": false,
Expand Down

0 comments on commit e2f875d

Please sign in to comment.