Skip to content

Commit

Permalink
chore(release): publish v0.1.0 [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jun 29, 2023
1 parent 948316e commit 35b0eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"version": "0.0.0",
"version": "0.1.0",
"npmClient": "yarn",
"packages": [
"packages/client"
],
"packages": ["packages/client"],
"command": {
"version": {
"message": "chore(release): publish %s [skip CI]"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/influxdb3-client",
"version": "0.0.0",
"version": "0.1.0",
"description": "The Client that provides a simple and convenient way to interact with InfluxDB 3.",
"scripts": {
"apidoc:extract": "api-extractor run",
Expand Down

0 comments on commit 35b0eac

Please sign in to comment.