Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.5...v3.0.0) (2024-02-16)

* feat!: add componentDidCatch for error handling (#60) ([ea32b0e](ea32b0e)), closes [#60](#60)

### BREAKING CHANGES

* Add enableKopytkoComponentDidCatch bs_const to the manifest file
  • Loading branch information
semantic-release-bot committed Feb 16, 2024
1 parent ea32b0e commit 4da675d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0](https://github.com/getndazn/kopytko-framework/compare/v2.1.5...v3.0.0) (2024-02-16)


* feat!: add componentDidCatch for error handling (#60) ([ea32b0e](https://github.com/getndazn/kopytko-framework/commit/ea32b0e994980727bd5b1d103040db3d71be6ac3)), closes [#60](https://github.com/getndazn/kopytko-framework/issues/60)


### BREAKING CHANGES

* Add enableKopytkoComponentDidCatch bs_const to the manifest file

## [2.1.5](https://github.com/getndazn/kopytko-framework/compare/v2.1.4...v2.1.5) (2023-12-05)


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": "@dazn/kopytko-framework",
"version": "2.1.5",
"version": "3.0.0",
"description": "A modern Roku's Brightscript framework",
"keywords": [
"brightscript",
Expand Down

0 comments on commit 4da675d

Please sign in to comment.