Skip to content

Commit

Permalink
[RELEASE] 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdawg093 committed May 2, 2023
1 parent 4e7ea48 commit 151260b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-05-02

### Changed

- **[BREAKING]** runtime version from Node.js 16 to [Node.js 18](https://nodejs.org/en/blog/announcements/v18-release-announce)

### Dependencies

- update [@hapi/boom](https://www.npmjs.com/package/@hapi/boom) to 10.0.1 (from [10.0.0](https://github.com/hapijs/boom/releases/tag/v10.0.0))

- update [aws-sdk](https://www.npmjs.com/package/aws-sdk) to [2.1357.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.1357.0) (from [2.1194.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.1194.0))

- update [chalk](https://www.npmjs.com/package/chalk) to [5.2.0](https://github.com/chalk/chalk/releases/tag/v5.2.0) (from [5.0.1](https://github.com/chalk/chalk/releases/tag/v5.0.1))

- update [cli-table3](https://www.npmjs.com/package/cli-table3) to [0.6.3](https://github.com/cli-table/cli-table3/releases/tag/v0.6.3) (from [0.6.2](https://github.com/cli-table/cli-table3/releases/tag/v0.6.2))

- update [execa](https://www.npmjs.com/package/execa) to [7.1.1](https://github.com/sindresorhus/execa/releases/tag/v7.1.1) (from [6.1.0](https://github.com/sindresorhus/execa/releases/tag/v6.1.0))

- update [express](https://www.npmjs.com/package/express) to [4.18.2](https://github.com/expressjs/express/releases/tag/4.18.2) (from [4.18.1](https://github.com/expressjs/express/releases/tag/4.18.1))

- update [glob](https://www.npmjs.com/package/glob) to 10.0.0 (from 8.0.3)

- update [inquirer](https://www.npmjs.com/package/inquirer) to 9.1.5 (from 9.1.0)

- update [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) to [9.0.0](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) (from [8.5.1](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md))

- update [meow](https://www.npmjs.com/package/meow) to [11.0.0](https://github.com/sindresorhus/meow/releases/tag/v11.0.0) (from [10.1.3](https://github.com/sindresorhus/meow/releases/tag/v10.1.3))

- update [minimist](https://www.npmjs.com/package/minimist) to [1.2.8](https://github.com/minimistjs/minimist/blob/master/CHANGELOG.md) (from [1.2.6](https://github.com/minimistjs/minimist/blob/master/CHANGELOG.md))

- update [node-fetch](https://www.npmjs.com/package/node-fetch) to [3.3.1](https://github.com/node-fetch/node-fetch/releases/tag/v3.3.1) (from [3.2.10](https://github.com/node-fetch/node-fetch/releases/tag/v3.2.10))

- update [open](https://www.npmjs.com/package/open) to [9.1.0](https://github.com/sindresorhus/open/releases/tag/v9.1.0) (from [8.4.0](https://github.com/sindresorhus/open/releases/tag/v8.4.0))

- update [ora](https://www.npmjs.com/package/ora) to [6.3.0](https://github.com/sindresorhus/ora/releases/tag/v6.3.0) (from [6.1.2](https://github.com/sindresorhus/ora/releases/tag/v6.1.2))

## [1.3.2] - 2023-04-20

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oneblink/cli",
"description": "primary entry point for our CLI tools",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
"bin": {
"oneblink": "dist/bin/oneblink.js",
Expand Down

0 comments on commit 151260b

Please sign in to comment.