Skip to content

Commit

Permalink
chore: release-1.3.0 (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 10, 2023
1 parent 6ec99ca commit e8daf15
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/what1s1ove/form-payload/compare/1.2.0...1.3.0) (2023-12-10)


### Features

* add exception on elements without type fp-103 ([#113](https://github.com/what1s1ove/form-payload/issues/113)) ([6ec99ca](https://github.com/what1s1ove/form-payload/commit/6ec99ca6b7ab57cbb7a88562cd6e91effa698541))

## [1.2.0](https://github.com/what1s1ove/form-payload/compare/1.1.0...1.2.0) (2023-12-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-payload",
"version": "1.2.0",
"version": "1.3.0",
"description": "Gets form-payload via form.elements",
"keywords": [
"form",
Expand Down

0 comments on commit e8daf15

Please sign in to comment.