3 Commits

Author SHA1 Message Date
c1cb469f3b Merge pull request #8 from cupcakearmy/release-please--branches--main--components--release-please-action
chore(main): release 1.0.3
2023-03-04 00:26:10 +01:00
github-actions[bot]
034db3c404 chore(main): release 1.0.3 2023-03-03 23:25:51 +00:00
456c37409c fix: release 2023-03-04 00:25:29 +01:00
3 changed files with 11 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
name: Release name: Release
on: on:
push: release:
tags: types:
- "v*" - published
jobs: jobs:
test: test:

View File

@@ -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)

View File

@@ -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",