Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.2...v2.0.0) (2023-07-21)

* feat!: Add HTTP request and support HTTP caching (#49) ([1a09ae8](1a09ae8)), closes [#49](#49)

### BREAKING CHANGES

* New HttpRequest node extending current base Request task node
  • Loading branch information
semantic-release-bot committed Jul 21, 2023
1 parent 1a09ae8 commit 0b8e3cc
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 @@
# [2.0.0](https://github.com/getndazn/kopytko-framework/compare/v1.4.2...v2.0.0) (2023-07-21)


* feat!: Add HTTP request and support HTTP caching (#49) ([1a09ae8](https://github.com/getndazn/kopytko-framework/commit/1a09ae8e4b765dabe45136d60c45874eb7c9ebb4)), closes [#49](https://github.com/getndazn/kopytko-framework/issues/49)


### BREAKING CHANGES

* New HttpRequest node extending current base Request task node

## [1.4.2](https://github.com/getndazn/kopytko-framework/compare/v1.4.1...v1.4.2) (2023-04-28)


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": "1.4.2",
"version": "2.0.0",
"description": "A modern Roku's Brightscript framework",
"keywords": [
"brightscript",
Expand Down

0 comments on commit 0b8e3cc

Please sign in to comment.