Skip to content

Commit d62f830

Browse files
chore(main): release slack-block-kit-validator 0.1.1-alpha.1 (#8)
1 parent a9ca9f6 commit d62f830

3 files changed

Lines changed: 12 additions & 3 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.1.0-alpha.1"
2+
".": "0.1.1-alpha.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## [0.1.1-alpha.1](https://github.com/TightknitAI/slack-block-kit-validator/compare/slack-block-kit-validator-v0.1.0-alpha.1...slack-block-kit-validator-v0.1.1-alpha.1) (2026-05-15)
4+
5+
6+
### Bug Fixes
7+
8+
* exports order, release-please manifest drift, missing dependabot config ([#7](https://github.com/TightknitAI/slack-block-kit-validator/issues/7)) ([b18ecb6](https://github.com/TightknitAI/slack-block-kit-validator/commit/b18ecb6435c6a8562e82cc6ceb54f855574df61e))
9+
10+
## Changelog

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tightknitai/slack-block-kit-validator",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.1-alpha.1",
44
"description": "JSON Schema (draft 2020-12) and validation helpers for Slack Block Kit payloads.",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -40,7 +40,7 @@
4040
"@vitest/coverage-v8": "^4.1.4",
4141
"ajv-cli": "^5.0.0",
4242
"lefthook": "^2.1.5",
43-
"typescript": "^6.0.0",
43+
"typescript": "^5.9.0",
4444
"vitest": "^4.1.4"
4545
},
4646
"repository": {

0 commit comments

Comments
 (0)