mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-06 06:10:40 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
24786c104f | |||
|
bf8e1b83c8 | ||
4821a06157 | |||
a52af733c6 | |||
|
9c54b3a7c7 | ||
5461738af2 |
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -3,7 +3,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.2](https://github.com/cupcakearmy/formhero/compare/v1.0.1...v1.0.2) (2023-03-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* tag format ([4821a06](https://github.com/cupcakearmy/formhero/commit/4821a061579abd973e0c0a27b51be726b37dfdba))
|
||||
|
||||
## [1.0.1](https://github.com/cupcakearmy/formhero/compare/v1.0.0...v1.0.1) (2023-03-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* empty ([5461738](https://github.com/cupcakearmy/formhero/commit/5461738af24ced9ed0800ae53fb1b0f17df6d258))
|
||||
|
||||
## 1.0.0 (2023-03-03)
|
||||
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "formhero",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"type": "module",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user