Skip to content

Commit 2465621

Browse files
[ci] release (#43)
* [ci] release * Remove workflow-dispatch --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Marco Muser <marco.muser@posteo.de>
1 parent 4446e1c commit 2465621

5 files changed

Lines changed: 9 additions & 30 deletions

File tree

.changeset/tangy-carpets-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: ci
33
on:
44
pull_request:
55
branches: [main]
6-
workflow_dispatch:
76

87
permissions:
98
contents: read

CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/marcomuser/conformal/pull/42) [`4446e1c`](https://github.com/marcomuser/conformal/commit/4446e1c187013a8b2bb7f0516ff69802295a9ea1) Thanks [@marcomuser](https://github.com/marcomuser)! - Enable isolatedDeclarations in tsconfig
8+
39
## 2.1.1
410

511
### Patch Changes

package-lock.json

Lines changed: 2 additions & 23 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": "conformal",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Type-safe form submissions for the modern web.",
55
"keywords": [
66
"formdata",

0 commit comments

Comments
 (0)