From 3891943d79336f92486777b65ffd528ae513d36a Mon Sep 17 00:00:00 2001 From: arnoerpenbeck Date: Thu, 3 Aug 2023 09:40:08 +0000 Subject: [PATCH] chore: Release v0.1.5 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d323c44..8b201c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.1.5](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.4...0.1.5) + +- build(ctc-60): Build package before publishing [`#11`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/11) + #### [0.1.4](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.3...0.1.4) +> 3 August 2023 + +- Prepare release 0.1.4 [`#10`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/10) - CTC-60 cleanup dependencies [`#9`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/9) - chore: update dependencies, remove unused [`81e6880`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/81e68809676880d782768bc20d60a972787e9b60) +- chore: Prepare release v0.1.4 [`7e688a3`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/7e688a34e89e591ba3d5049ba46e166e607de9ba) - chore: fix dependencies [`f4e8b6e`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/f4e8b6e42efd43141e83403e6b363032bc2a64b6) -- build: fix npmignore [`447c985`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/447c985f452c5870eefe9220ac5334f6cad86f59) #### [0.1.3](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.2...0.1.3) diff --git a/package-lock.json b/package-lock.json index c6f250c..622a5be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "date-fns": "2.30.0", diff --git a/package.json b/package.json index 48286cf..fe7317b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.4", + "version": "0.1.5", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", "types": "dist/mjs/index.d.ts",