diff --git a/CHANGELOG.md b/CHANGELOG.md index 42fa9d9..ae1e55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/getndazn/kopytko-framework/compare/v2.1.1...v2.1.2) (2023-11-03) + + +### Bug Fixes + +* HttpResponse.rawData accepts only AssocArray ([#54](https://github.com/getndazn/kopytko-framework/issues/54)) ([33b5caa](https://github.com/getndazn/kopytko-framework/commit/33b5caa2df3d3ccb442049c824067146876629fa)) + ## [2.1.1](https://github.com/getndazn/kopytko-framework/compare/v2.1.0...v2.1.1) (2023-10-20) diff --git a/package-lock.json b/package-lock.json index 7312c78..1df7bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dazn/kopytko-framework", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dazn/kopytko-framework", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@dazn/kopytko-utils": "^2.4.0" diff --git a/package.json b/package.json index a33a76e..ca31a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-framework", - "version": "2.1.1", + "version": "2.1.2", "description": "A modern Roku's Brightscript framework", "keywords": [ "brightscript",