From 497c2cf86f4281b5a7bf45d18fcd82a8618c4206 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Mar 2021 09:29:56 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/bjerkio/fiken-js/compare/v1.1.1...v1.1.2) (2021-03-17) ### Bug Fixes * FormData is not defined ([#8](https://github.com/bjerkio/fiken-js/issues/8)) ([45464d3](https://github.com/bjerkio/fiken-js/commit/45464d3d58e677129d4a3dfdd6c3fa7ef5125a5c)), closes [#7](https://github.com/bjerkio/fiken-js/issues/7) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28efad7..90eba3a 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.2](https://github.com/bjerkio/fiken-js/compare/v1.1.1...v1.1.2) (2021-03-17) + + +### Bug Fixes + +* FormData is not defined ([#8](https://github.com/bjerkio/fiken-js/issues/8)) ([45464d3](https://github.com/bjerkio/fiken-js/commit/45464d3d58e677129d4a3dfdd6c3fa7ef5125a5c)), closes [#7](https://github.com/bjerkio/fiken-js/issues/7) + ## [1.1.1](https://github.com/bjerkio/fiken-js/compare/v1.1.0...v1.1.1) (2021-03-16) diff --git a/package.json b/package.json index b6b10c8..4f5e85b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fiken", - "version": "1.1.1", + "version": "1.1.2", "description": "Fiken API Client", "main": "build/src/index.js", "repository": "ssh://git@github.com/bjerkio/fiken-js.git",