diff --git a/.changeset/central-release-contract.md b/.changeset/central-release-contract.md deleted file mode 100644 index 79d7fac..0000000 --- a/.changeset/central-release-contract.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Adopt the shared Changesets policy and hardened independent-package release contract. diff --git a/.changeset/portable-oxlint-safety.md b/.changeset/portable-oxlint-safety.md deleted file mode 100644 index df1d933..0000000 --- a/.changeset/portable-oxlint-safety.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stll/oxlint-plugin": minor ---- - -Publish portable Oxlint rules for unsafe casts, incomplete union-keyed records, and unsanitized DOM HTML sinks. diff --git a/bun.lock b/bun.lock index 35b5e1c..aab0203 100644 --- a/bun.lock +++ b/bun.lock @@ -34,7 +34,7 @@ }, "packages/oxlint-plugin": { "name": "@stll/oxlint-plugin", - "version": "0.0.0", + "version": "0.1.0", "devDependencies": { "@oxlint/plugins": "1.75.0", "@stll/typescript-config": "workspace:*", diff --git a/packages/oxlint-plugin/CHANGELOG.md b/packages/oxlint-plugin/CHANGELOG.md new file mode 100644 index 0000000..b3e6ece --- /dev/null +++ b/packages/oxlint-plugin/CHANGELOG.md @@ -0,0 +1,7 @@ +# @stll/oxlint-plugin + +## 0.1.0 + +### Minor Changes + +- [#23](https://github.com/stella/tooling/pull/23) [`1598cb2`](https://github.com/stella/tooling/commit/1598cb277a8717740a31ac38c08e255c655549a9) Thanks [@jan-kubica](https://github.com/jan-kubica)! - Publish portable Oxlint rules for unsafe casts, incomplete union-keyed records, and unsanitized DOM HTML sinks. diff --git a/packages/oxlint-plugin/package.json b/packages/oxlint-plugin/package.json index 595da13..456a954 100644 --- a/packages/oxlint-plugin/package.json +++ b/packages/oxlint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@stll/oxlint-plugin", - "version": "0.0.0", + "version": "0.1.0", "description": "Portable static-safety rules for Oxlint consumers.", "license": "Apache-2.0", "repository": {