Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.49.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.49.0](v1.48.0...v1.49.0) (2022-03-23)

### Bug Fixes

* Extract multiple secrets from a return value ([3607a93](3607a93))
* Recognize Symbol :failure as return value ([12849f9](12849f9))
* Switch from command scope to root scope ([8372ef5](8372ef5))

### Features

* Command scope falls back on root scope ([3940eff](3940eff))
* Rename job and command labels ([112050e](112050e))
  • Loading branch information
semantic-release-bot committed Mar 23, 2022
1 parent f71f84e commit e0444f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.49.0](https://github.com/applandinc/scanner/compare/v1.48.0...v1.49.0) (2022-03-23)


### Bug Fixes

* Extract multiple secrets from a return value ([3607a93](https://github.com/applandinc/scanner/commit/3607a93a33e94172456699c08ab0056f7205cf6c))
* Recognize Symbol :failure as return value ([12849f9](https://github.com/applandinc/scanner/commit/12849f9d98d59813b30ed15b04e3eaa567410384))
* Switch from command scope to root scope ([8372ef5](https://github.com/applandinc/scanner/commit/8372ef522750f01d0c776bf1e7e7629a91134551))


### Features

* Command scope falls back on root scope ([3940eff](https://github.com/applandinc/scanner/commit/3940eff634ac326053dee3c776f20c6c0208ce4c))
* Rename job and command labels ([112050e](https://github.com/applandinc/scanner/commit/112050ed26066244101ea4fe48a5652d21273b28))

# [1.48.0](https://github.com/applandinc/scanner/compare/v1.47.0...v1.48.0) (2022-03-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appland/scanner",
"version": "1.48.0",
"version": "1.49.0",
"description": "",
"bin": "built/cli.js",
"files": [
Expand Down

0 comments on commit e0444f1

Please sign in to comment.