Skip to content

Commit

Permalink
chore(release): 3.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.18.0](v3.17.3...v3.18.0) (2024-01-19)

### Features

* Allow control plugins to disable default attributes via the disableAttr key in the plugin definition ([54bc369](54bc369))
  • Loading branch information
semantic-release-bot committed Jan 19, 2024
1 parent 09399fd commit 2ac8653
Show file tree
Hide file tree
Showing 3 changed files with 11 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.18.0](https://github.com/kevinchappell/formBuilder/compare/v3.17.3...v3.18.0) (2024-01-19)


### Features

* Allow control plugins to disable default attributes via the disableAttr key in the plugin definition ([54bc369](https://github.com/kevinchappell/formBuilder/commit/54bc3691aca242416ef254e76d32c111b97e632e))

## [3.17.3](https://github.com/kevinchappell/formBuilder/compare/v3.17.2...v3.17.3) (2023-12-08)


Expand Down
6 changes: 3 additions & 3 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": "formBuilder",
"version": "3.17.3",
"version": "3.18.0",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 2ac8653

Please sign in to comment.