Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.7...v2.2.0) (2024-11-07)

### Bug Fixes

* style loaded when sprite is missing ([846710d](846710d)), closes [#359](#359)

### Features

* auto load missing resources ([46771a8](46771a8))
  • Loading branch information
semantic-release-bot committed Nov 7, 2024
1 parent 2a27e6e commit ce38e2e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.2.0](https://github.com/Draggable/formeo/compare/v2.1.7...v2.2.0) (2024-11-07)


### Bug Fixes

* style loaded when sprite is missing ([846710d](https://github.com/Draggable/formeo/commit/846710d1b7187858130ab0884fa7a61a7d93327c)), closes [#359](https://github.com/Draggable/formeo/issues/359)


### Features

* auto load missing resources ([46771a8](https://github.com/Draggable/formeo/commit/46771a8e96d6c41d440a8bb9ba5a42dfae35a9fa))

## [2.1.7](https://github.com/Draggable/formeo/compare/v2.1.6...v2.1.7) (2024-11-04)


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": "formeo",
"version": "2.1.7",
"version": "2.2.0",
"type": "module",
"main": "dist/formeo.cjs.js",
"module": "dist/formeo.es.js",
Expand Down

0 comments on commit ce38e2e

Please sign in to comment.