Skip to content

Commit

Permalink
chore(main): release 2.0.0-beta.2 (#29)
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 24, 2024
1 parent 7e57984 commit 465e9ce
Show file tree
Hide file tree
Showing 4 changed files with 25 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-beta.1"
".": "2.0.0-beta.2"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0-beta.2](https://github.com/tai-kun/surrealdb.js/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-09-24)


### ⚠ BREAKING CHANGES

* **data-types:** `tb``table` に改名

### Changes

* **data-types:** `tb``table` に改名 ([72809e0](https://github.com/tai-kun/surrealdb.js/commit/72809e01170d54c4d8a6a009876f5e67f7e30e6d))


### Features

* **data-types:** `Bound` に型パラメーターを追加する ([853a5fc](https://github.com/tai-kun/surrealdb.js/commit/853a5fce5e399821bbdbfc03c2da36b722d421c4))


### Bug Fixes

* **utils:** プレーンオブジェクトの判定をより厳格に行う ([28846ca](https://github.com/tai-kun/surrealdb.js/commit/28846ca1a05e48300b6a6557c6104b515abc4e18))

## [2.0.0-beta.1](https://github.com/tai-kun/surrealdb.js/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2024-09-22)


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-beta.1",
"version": "2.0.0-beta.2",
"license": "Apache-2.0",
"description": "The SurrealDB SDK for JavaScript",
"sideEffects": false,
Expand Down

0 comments on commit 465e9ce

Please sign in to comment.