Skip to content

Commit 647699f

Browse files
chore(presto-client): release 0.1.0-beta.0
1 parent 13ad366 commit 647699f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

presto-client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
## 0.1.0-beta.0 (2023-10-04)
6+
7+
8+
### Features
9+
10+
* **workspace:** add all initial source code ([#1](https://github.com/prestodb/presto-js-client/issues/1)) ([3328bda](https://github.com/prestodb/presto-js-client/commit/3328bdade9938cc209caa6b72849047e620cc24f))

presto-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prestodb/presto-js-client",
3-
"version": "0.0.1",
3+
"version": "0.1.0-beta.0",
44
"dependencies": {
55
"@swc/helpers": "~0.5.0"
66
},

0 commit comments

Comments
 (0)