Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2023-12-31)

### Bug Fixes

* fileUploader handle argv ([db835c4](db835c4))
* update fileUploader to pascalCase FileUploader ([1507475](1507475))

### Features

* loader to handle special characters ([74134a6](74134a6))
  • Loading branch information
semantic-release-bot committed Dec 31, 2023
1 parent 21057c8 commit b37b030
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0](https://github.com/CoCreate-app/CoCreate-webpack/compare/v1.2.0...v1.3.0) (2023-12-31)


### Bug Fixes

* fileUploader handle argv ([db835c4](https://github.com/CoCreate-app/CoCreate-webpack/commit/db835c4122a2b238b149c19e0451956dc7630b1f))
* update fileUploader to pascalCase FileUploader ([1507475](https://github.com/CoCreate-app/CoCreate-webpack/commit/15074750a5f9c473841f33654b9890ce01d76e8e))


### Features

* loader to handle special characters ([74134a6](https://github.com/CoCreate-app/CoCreate-webpack/commit/74134a6066d50a486a92ca13c7ba33090fdc190a))

# [1.2.0](https://github.com/CoCreate-app/CoCreate-webpack/compare/v1.1.0...v1.2.0) (2023-12-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/webpack",
"version": "1.2.0",
"version": "1.3.0",
"description": "An intergration with webpack and CoCreateJS.",
"keywords": [
"webpack",
Expand Down

0 comments on commit b37b030

Please sign in to comment.