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.29.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.29.0](v1.28.0...v1.29.0) (2021-12-09)

### Bug Fixes

* Let the console handle the line breaks, because they are happening in the wrong place anyway ([51cabe7](51cabe7))

### Features

* Continue adding rules ([2d90d2d](2d90d2d))
* Port tests to new architecture ([07b074a](07b074a))
* Separate the rule name from check id ([633ab1f](633ab1f))
* Update @appland/models for upgraded SQL parsing ([717b707](717b707))
  • Loading branch information
semantic-release-bot committed Dec 9, 2021
1 parent 0f5b95e commit ec2e7e6
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.29.0](https://github.com/applandinc/scanner/compare/v1.28.0...v1.29.0) (2021-12-09)


### Bug Fixes

* Let the console handle the line breaks, because they are happening in the wrong place anyway ([51cabe7](https://github.com/applandinc/scanner/commit/51cabe77a13596b1898a32aa6b06bd61129d9365))


### Features

* Continue adding rules ([2d90d2d](https://github.com/applandinc/scanner/commit/2d90d2d6c3b1b77e322346a6a283b1a36367532a))
* Port tests to new architecture ([07b074a](https://github.com/applandinc/scanner/commit/07b074a91e47ab8f6ba0971c1bdac9eda5bc756f))
* Separate the rule name from check id ([633ab1f](https://github.com/applandinc/scanner/commit/633ab1f8f7ef9fad31b009baedd776b86536e093))
* Update @appland/models for upgraded SQL parsing ([717b707](https://github.com/applandinc/scanner/commit/717b70706e1bea81efdae4cee718d1c5340ef8d6))

# [1.28.0](https://github.com/applandinc/scanner/compare/v1.27.0...v1.28.0) (2021-12-06)


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.28.0",
"version": "1.29.0",
"description": "",
"bin": "built/cli.js",
"files": [
Expand Down

0 comments on commit ec2e7e6

Please sign in to comment.