Skip to content

Commit

Permalink
chore(release): 1.10.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.4](v1.10.3...v1.10.4) (2023-10-06)

### Bug Fixes

* make sure ESBuild plugins run in dev-command ([b33a76c](b33a76c))
* run esbuild with plugins on all project files ([6295bd1](6295bd1))
  • Loading branch information
semantic-release-bot committed Oct 6, 2023
1 parent c0b7c62 commit 8a269d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.10.4](https://github.com/podium-lib/podlet-server/compare/v1.10.3...v1.10.4) (2023-10-06)


### Bug Fixes

* make sure ESBuild plugins run in dev-command ([b33a76c](https://github.com/podium-lib/podlet-server/commit/b33a76c6642134b3ca724346a4d042355df8f0fb))
* run esbuild with plugins on all project files ([6295bd1](https://github.com/podium-lib/podlet-server/commit/6295bd176bdc252b9fb6bb1a244394dc1faec1ea))

## [1.10.3](https://github.com/podium-lib/podlet-server/compare/v1.10.2...v1.10.3) (2023-10-06)


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": "@podium/podlet-server",
"version": "1.10.3",
"version": "1.10.4",
"type": "module",
"bin": {
"podlet": "./cli.js"
Expand Down

0 comments on commit 8a269d8

Please sign in to comment.