diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b2851..28efad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/bjerkio/fiken-js/compare/v1.1.0...v1.1.1) (2021-03-16) + + +### Bug Fixes + +* **getIdFromHeaders:** Return undefined if not available ([#6](https://github.com/bjerkio/fiken-js/issues/6)) ([e12017c](https://github.com/bjerkio/fiken-js/commit/e12017cc895abf581b9df43a0a10e5147302c4fa)) + # [1.1.0](https://github.com/bjerkio/fiken-js/compare/v1.0.2...v1.1.0) (2021-03-16) diff --git a/package.json b/package.json index 973aaae..04f6216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fiken", - "version": "1.1.0", + "version": "1.1.1", "description": "Fiken API Client", "main": "build/src/index.js", "repository": "ssh://git@github.com/bjerkio/fiken-js.git",