Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2023-10-16)

### Bug Fixes

* add exports and type to package.json ([613c588](613c588))
* build error ([f20d48b](f20d48b))
  • Loading branch information
semantic-release-bot committed Oct 16, 2023
1 parent f20d48b commit 21eee81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.5](https://github.com/bchelkowski/roku-dev/compare/v1.0.4...v1.0.5) (2023-10-16)


### Bug Fixes

* add exports and type to package.json ([613c588](https://github.com/bchelkowski/roku-dev/commit/613c588f83987ab0e02356e8d1f9216b7b9c3a85))
* build error ([f20d48b](https://github.com/bchelkowski/roku-dev/commit/f20d48bb831ef98baf8d4be6a76ad76554aeaa3d))

## [1.0.4](https://github.com/bchelkowski/roku-dev/compare/v1.0.3...v1.0.4) (2023-10-16)


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": "roku-dev",
"version": "1.0.4",
"version": "1.0.5",
"description": "Roku developer helper tools",
"scripts": {
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
Expand Down

0 comments on commit 21eee81

Please sign in to comment.