Skip to content

Commit ec17cae

Browse files
Release 0.1.1 (#10)
2 parents 39e1913 + 2206a04 commit ec17cae

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

presto-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [0.1.1](https://github.com/prestodb/presto-js-client/compare/presto-client-0.1.0...presto-client-0.1.1) (2023-11-28)
6+
7+
8+
### Bug Fixes
9+
10+
* **presto-client:** improve published package information ([#7](https://github.com/prestodb/presto-js-client/issues/7)) ([529377a](https://github.com/prestodb/presto-js-client/commit/529377af6a33ced8590b9cc39e5466e931c25a57))
11+
512
## [0.1.0](https://github.com/prestodb/presto-js-client/compare/presto-client-0.1.0-beta.0...presto-client-0.1.0) (2023-10-04)
613

714
## 0.1.0-beta.0 (2023-10-04)

presto-client/CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ To publish a new version to NPM, follow these steps:
7979
git stash
8080
```
8181

82-
2. Publish a new version by running the following command:
82+
2. Create a new branch using the version generated in [Publishing Locally](#Locally) section above, like so: `release/1.x.y` (This is important since is not allowed to directly push to the `main` branch)
83+
84+
3. Publish a new version by running the following command:
8385

8486
```bash
8587
npm run publish presto-client
@@ -93,7 +95,7 @@ To publish a new version to NPM, follow these steps:
9395

9496
Check the [semver options](https://github.com/jscutlery/semver#available-options) for all available options.
9597

96-
3. As part of the previous command, a draft GitHub release is also created. Go to [GitHub Releases](https://github.com/prestodb/presto-js-client/releases), review and edit it if necessary, and then click "Publish release" to make it public.
98+
4. As part of the previous command, a draft GitHub release is also created. Go to [GitHub Releases](https://github.com/prestodb/presto-js-client/releases), review and edit it if necessary, and then click "Publish release" to make it public.
9799

98100
\*If you published the package as a Pre-release version, please also mark the GitHub release as a "Pre-release."
99101

presto-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prestodb/presto-js-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"keywords": [
55
"database",
66
"presto",

0 commit comments

Comments
 (0)