Skip to content

Commit

Permalink
chore(release): 3.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.15.0](v3.14.0...v3.15.0) (2023-10-14)

### Features

* Support typeUserAttrs and typeUserEvents for all types with a wildcard '*' key ([ac0dcf3](ac0dcf3))
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent 9f60a45 commit 19f29ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.15.0](https://github.com/kevinchappell/formBuilder/compare/v3.14.0...v3.15.0) (2023-10-14)


### Features

* Support typeUserAttrs and typeUserEvents for all types with a wildcard '*' key ([ac0dcf3](https://github.com/kevinchappell/formBuilder/commit/ac0dcf35aa54def0a832bb205d0e48c00f93c40a))

# [3.14.0](https://github.com/kevinchappell/formBuilder/compare/v3.13.2...v3.14.0) (2023-10-14)


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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formBuilder",
"version": "3.14.0",
"version": "3.15.0",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down Expand Up @@ -179,7 +179,9 @@
"jest": {
"collectCoverage": true,
"coverageDirectory": ".jest/coverage",
"coveragePathIgnorePatterns": [ "tests/" ],
"coveragePathIgnorePatterns": [
"tests/"
],
"testEnvironment": "jsdom",
"setupFiles": [
"./tests/setup-jest.js"
Expand Down

0 comments on commit 19f29ab

Please sign in to comment.