From 70e433aaef0c27dd753cbb6687976b4260060b47 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Mar 2021 12:30:47 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/bjerkio/fiken-js/compare/v1.0.1...v1.0.2) (2021-03-15) ### Bug Fixes * Remove `tslib` dependency ([#4](https://github.com/bjerkio/fiken-js/issues/4)) ([2e480cd](https://github.com/bjerkio/fiken-js/commit/2e480cdaac2554eaceeb4cb322b8ea393cc21a69)), closes [#3](https://github.com/bjerkio/fiken-js/issues/3) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da9bb84..8a18b7f 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.0.2](https://github.com/bjerkio/fiken-js/compare/v1.0.1...v1.0.2) (2021-03-15) + + +### Bug Fixes + +* Remove `tslib` dependency ([#4](https://github.com/bjerkio/fiken-js/issues/4)) ([2e480cd](https://github.com/bjerkio/fiken-js/commit/2e480cdaac2554eaceeb4cb322b8ea393cc21a69)), closes [#3](https://github.com/bjerkio/fiken-js/issues/3) + ## [1.0.1](https://github.com/bjerkio/fiken-js/compare/v1.0.0...v1.0.1) (2020-12-11) diff --git a/package.json b/package.json index fc2fc04..78c46ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fiken", - "version": "1.0.1", + "version": "1.0.2", "description": "Fiken API Client", "main": "build/src/index.js", "repository": "ssh://git@github.com/bjerkio/fiken-js.git",