diff --git a/CHANGELOG.md b/CHANGELOG.md index f11d6fb..f74c41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/getndazn/kopytko-framework/compare/v1.3.1...v1.3.2) (2022-09-01) + + +### Bug Fixes + +* Ignoring Invalid elements when calculating elements' index in children array ([#31](https://github.com/getndazn/kopytko-framework/issues/31)) ([73aed6e](https://github.com/getndazn/kopytko-framework/commit/73aed6e2e7ba38b946c81fe18ceecf414f7bbcf2)) + ## [1.3.1](https://github.com/getndazn/kopytko-framework/compare/v1.3.0...v1.3.1) (2022-08-05) diff --git a/package-lock.json b/package-lock.json index d9f39d5..70d3e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-framework", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c45246b..31f7901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-framework", - "version": "1.3.1", + "version": "1.3.2", "description": "A modern Roku's Brightscript framework", "keywords": [ "brightscript",