Skip to content

Commit 98384d7

Browse files
committed
chore(release): 1.1.1
1 parent 4499f44 commit 98384d7

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.1.1](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.1.0...v1.1.1) (2024-03-16)
6+
57
## [1.1.0](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.0.39...v1.1.0) (2024-03-16)
68

79
### [1.0.39](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.0.38...v1.0.39) (2024-03-15)

dist/cjs/VERSION.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const VERSION = "1.1.0";
1+
export declare const VERSION = "1.1.1";

dist/cjs/VERSION.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.VERSION = void 0;
4-
exports.VERSION = "1.1.0";
4+
exports.VERSION = "1.1.1";

dist/esm/VERSION.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const VERSION = "1.1.0";
1+
export declare const VERSION = "1.1.1";

dist/esm/VERSION.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "1.1.0";
1+
export const VERSION = "1.1.1";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boilingdata/boilingdata-bdcli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "BoilingData command-line client - bdcli",
55
"exports": {
66
"import": "./dist/esm/index.js",

0 commit comments

Comments
 (0)