diff --git a/CHANGELOG.md b/CHANGELOG.md index a15ea2b..478b68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +## [1.1.1](https://github.com/logdna/stdlib-node/compare/v1.1.0...v1.1.1) (2021-06-18) + + +### Documentation + +* make readme links consistent [efd3296](https://github.com/logdna/stdlib-node/commit/efd3296653fbf15fbfe0b6b0c1442dc034d1e6ed) - Eric Satterwhite + # [1.1.0](https://github.com/logdna/stdlib-node/compare/v1.0.4...v1.1.0) (2021-05-17) diff --git a/package.json b/package.json index 21a14e4..d47a466 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.0", + "version": "1.1.1", "main": "index.js", "scripts": { "tap": "tap",