mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-06 14:20:40 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
c1cb469f3b | |||
|
034db3c404 | ||
456c37409c |
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -1,9 +1,9 @@
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
tags:
|
types:
|
||||||
- "v*"
|
- published
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.3](https://github.com/cupcakearmy/formhero/compare/v1.0.2...v1.0.3) (2023-03-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* release ([456c374](https://github.com/cupcakearmy/formhero/commit/456c37409cd3d5185face8455a57d58847bdb774))
|
||||||
|
|
||||||
## [1.0.2](https://github.com/cupcakearmy/formhero/compare/v1.0.1...v1.0.2) (2023-03-03)
|
## [1.0.2](https://github.com/cupcakearmy/formhero/compare/v1.0.1...v1.0.2) (2023-03-03)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "formhero",
|
"name": "formhero",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user