Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsber committed Mar 16, 2024
1 parent 4499f44 commit 98384d7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [1.1.1](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.1.0...v1.1.1) (2024-03-16)

## [1.1.0](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.0.39...v1.1.0) (2024-03-16)

### [1.0.39](https://github.com/boilingdata/boilingdata-bdcli/compare/v1.0.38...v1.0.39) (2024-03-15)
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/VERSION.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "1.1.0";
export declare const VERSION = "1.1.1";
2 changes: 1 addition & 1 deletion dist/cjs/VERSION.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "1.1.0";
exports.VERSION = "1.1.1";
2 changes: 1 addition & 1 deletion dist/esm/VERSION.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "1.1.0";
export declare const VERSION = "1.1.1";
2 changes: 1 addition & 1 deletion dist/esm/VERSION.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "1.1.0";
export const VERSION = "1.1.1";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilingdata/boilingdata-bdcli",
"version": "1.1.0",
"version": "1.1.1",
"description": "BoilingData command-line client - bdcli",
"exports": {
"import": "./dist/esm/index.js",
Expand Down

0 comments on commit 98384d7

Please sign in to comment.