Skip to content

Commit

Permalink
[RELEASE] 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mymattcarroll committed Jul 12, 2023
1 parent 7842f0a commit ead33e2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - 2023-07-12

### Added

- scheduled functions to API deployments
Expand All @@ -15,6 +17,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- options sets now referred to as lists

### Dependencies

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

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

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

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

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

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

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

## [2.0.0] - 2023-05-02

### Changed
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.

4 changes: 2 additions & 2 deletions 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.1.0-beta.4",
"version": "2.1.0",
"author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
"bin": {
"oneblink": "dist/bin/oneblink.js",
Expand Down Expand Up @@ -108,7 +108,7 @@
"jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --silent",
"prepare": "npm run build",
"pretest": "npm run eslint && npm run fixpack",
"release": "oneblink-release",
"release": "oneblink-release --no-name",
"test": "npm run jest",
"types": "npm i -D github:oneblink/types",
"typescript": "tsc --noEmit"
Expand Down

0 comments on commit ead33e2

Please sign in to comment.