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.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.22.0](v1.21.0...v1.22.0) (2021-11-16)

### Bug Fixes

* Copy sampleConfig files to built directory ([f89d7aa](f89d7aa))
* Ensure existance of built directory when copying sample config ([0e047ed](0e047ed))
* Fail the scan when no appmap dir or file is specified ([501deae](501deae))

### Features

* Update default config with no-label scanners ([c1c7a6f](c1c7a6f))
  • Loading branch information
semantic-release-bot committed Nov 16, 2021
1 parent 53b76cb commit 3ce998e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.22.0](https://github.com/applandinc/scanner/compare/v1.21.0...v1.22.0) (2021-11-16)


### Bug Fixes

* Copy sampleConfig files to built directory ([f89d7aa](https://github.com/applandinc/scanner/commit/f89d7aac435407b81c07b6cc4c6f107a9950c3d4))
* Ensure existance of built directory when copying sample config ([0e047ed](https://github.com/applandinc/scanner/commit/0e047edaa3564d771d417ab69e3483d99eafa85c))
* Fail the scan when no appmap dir or file is specified ([501deae](https://github.com/applandinc/scanner/commit/501deae182fb4aa51d07480ec0de230f78cbf994))


### Features

* Update default config with no-label scanners ([c1c7a6f](https://github.com/applandinc/scanner/commit/c1c7a6fd98b4ce48aebcf144dbb18a963fab18df))

# [1.21.0](https://github.com/applandinc/scanner/compare/v1.20.1...v1.21.0) (2021-11-16)


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": "@applandinc/scanner",
"version": "1.21.0",
"version": "1.22.0",
"description": "",
"bin": "built/cli.js",
"files": [
Expand Down

0 comments on commit 3ce998e

Please sign in to comment.