diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f3e3d..d0e4c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +## [1.1.4](https://github.com/logdna/stdlib-node/compare/v1.1.3...v1.1.4) (2021-08-10) + + +### Bug Fixes + +* **string**: fix typecasting of boolean values [42511bf](https://github.com/logdna/stdlib-node/commit/42511bf4c23b65f0d591a4ae6ba1eec0e8adfbb3) - Eric Satterwhite + ## [1.1.3](https://github.com/logdna/stdlib-node/compare/v1.1.2...v1.1.3) (2021-07-06) diff --git a/package.json b/package.json index 2e5b115..17bb2fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@logdna/stdlib", "description": "Standardized module functions free of business logic", - "version": "1.1.3", + "version": "1.1.4", "main": "index.js", "scripts": { "tap": "tap",