Skip to content

Commit 7e3a883

Browse files
chore: release 1.0.0 (#129)
I have created a release PR for this version --- ## [1.0.0](0.2.2...1.0.0) (2026-03-30) ### ⚠ BREAKING CHANGES * default node version bumped to v24 ### Features * Enhance ignored checks to support wildcard patterns ([#128](#128)) ([7428b53](7428b53)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com> Co-authored-by: Mark Woolley <mark.woolley@lendable.co.uk>
1 parent 7428b53 commit 7e3a883

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/Lendable/sloth/compare/0.2.2...1.0.0) (2026-03-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* default node version bumped to v24
9+
10+
### Features
11+
12+
* Enhance ignored checks to support wildcard patterns ([#128](https://github.com/Lendable/sloth/issues/128)) ([7428b53](https://github.com/Lendable/sloth/commit/7428b53ec0e9f9b44883a530775fe67c62ed3e81))
13+
314
## [0.2.2](https://github.com/Lendable/sloth/compare/0.2.1...0.2.2) (2025-10-15)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sloth",
3-
"version": "0.2.2",
3+
"version": "1.0.0",
44
"private": true,
55
"exports": {
66
".": "./dist/index.js"

0 commit comments

Comments
 (0)