Skip to content

Commit a588ea3

Browse files
release(cli): 3.4.2 (#189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 693bcc8 commit a588ea3

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/import-cli-monorepo.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tigrisdata/cli
22

3+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- [#188](https://github.com/tigrisdata/storage/pull/188) [`693bcc8`](https://github.com/tigrisdata/storage/commit/693bcc86ce9b843141baa468dec0db70eb5a4745) Thanks [@designcode](https://github.com/designcode)! - Import the Tigris CLI into the storage monorepo and align its dev tooling with the workspace: drop the redundant `@types/node` dependency so pnpm resolves a single `@types/node` version across all packages (previously it pulled a second major, which broke `@tigrisdata/keyv-tigris`'s type-check).
8+
39
## 3.4.1
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tigrisdata/cli",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Command line interface for Tigris object storage",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)