diff --git a/.changeset/fair-sails-shake.md b/.changeset/fair-sails-shake.md deleted file mode 100644 index 4b6cdc1..0000000 --- a/.changeset/fair-sails-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"layne": minor ---- - -Ensures that Pi Agent can support different providers and adds docs diff --git a/.changeset/fix-exception-duplicate-notification.md b/.changeset/fix-exception-duplicate-notification.md deleted file mode 100644 index 0a64101..0000000 --- a/.changeset/fix-exception-duplicate-notification.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"layne": patch ---- - -Fix duplicate notifications being sent on every scan when exception approvals are active diff --git a/.changeset/four-papayas-cross.md b/.changeset/four-papayas-cross.md deleted file mode 100644 index f62770d..0000000 --- a/.changeset/four-papayas-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"layne": minor ---- - -Adds Pi Agent as an adapter diff --git a/.changeset/line-range-annotations.md b/.changeset/line-range-annotations.md deleted file mode 100644 index 58ee403..0000000 --- a/.changeset/line-range-annotations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"layne": minor ---- - -Add line range prefix (e.g., `[R49-R60]`) to GitHub annotation messages for all security scanners diff --git a/.changeset/yummy-radios-flow.md b/.changeset/yummy-radios-flow.md deleted file mode 100644 index 51eb819..0000000 --- a/.changeset/yummy-radios-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"layne": patch ---- - -Checks if the PR has already been merged and doesn't run Layne diff --git a/CHANGELOG.md b/CHANGELOG.md index dab7b1a..801fd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # layne +## 1.3.0 + +### Minor Changes + +- [#46](https://github.com/RocketChat/layne/pull/46) [`995fbc9`](https://github.com/RocketChat/layne/commit/995fbc999a932bb6220b6a843c0a676f63139662) Thanks [@julio-rocketchat](https://github.com/julio-rocketchat)! - Ensures that Pi Agent can support different providers and adds docs + +- [#40](https://github.com/RocketChat/layne/pull/40) [`ff4acb6`](https://github.com/RocketChat/layne/commit/ff4acb65d25d5e444c2e88630fbe400c690546cc) Thanks [@julio-rocketchat](https://github.com/julio-rocketchat)! - Adds Pi Agent as an adapter + +- [#45](https://github.com/RocketChat/layne/pull/45) [`2ee9fae`](https://github.com/RocketChat/layne/commit/2ee9fae512d176197547d274f47265c6991b37b1) Thanks [@julio-rocketchat](https://github.com/julio-rocketchat)! - Add line range prefix (e.g., `[R49-R60]`) to GitHub annotation messages for all security scanners + +### Patch Changes + +- [#50](https://github.com/RocketChat/layne/pull/50) [`6701cd6`](https://github.com/RocketChat/layne/commit/6701cd691cf6f8290ee30f3d09ea6902c3a0389c) Thanks [@julio-rocketchat](https://github.com/julio-rocketchat)! - Fix duplicate notifications being sent on every scan when exception approvals are active + +- [#54](https://github.com/RocketChat/layne/pull/54) [`3d78f29`](https://github.com/RocketChat/layne/commit/3d78f2922fdae8ebde72d4b5962bdf751750f423) Thanks [@julio-rocketchat](https://github.com/julio-rocketchat)! - Checks if the PR has already been merged and doesn't run Layne + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index 5c34f11..11ad35c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "layne", - "version": "1.2.1", + "version": "1.3.0", "description": "Centralized appsec scanning GitHub App", "license": "Apache-2.0", "type": "module",