From f5018fecd6dffd7d8be544f3150361f0627e1bcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:19:35 +0100 Subject: [PATCH] chore: Release v0.1.8 (#21) Co-authored-by: arnoerpenbeck --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50cc09..7aba096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.8](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.7...0.1.8) + +- chore: make facility lookup by tenantFacilityId lenient when not found [`#20`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/20) +- Update CODEOWNERS [`fb077f4`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/fb077f47b81f17f0a7c2c810048cc68149685368) + #### [0.1.7](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.6...0.1.7) +> 23 October 2023 + +- Release 0.1.7 [`#19`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/19) - build(deps-dev): bump @babel/traverse from 7.22.6 to 7.23.2 [`#18`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/pull/18) - chore(deps): bump NodeJS version [`d2a53b9`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/d2a53b9b0c3e07da41180c0f568e4f50189c376d) +- chore: Release v0.1.7 [`067a8e6`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/067a8e6135f68655379b7dcc6fb9f247f9207733) - build: update .gitignore [`8bdab28`](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/commit/8bdab28af68b72bc61029d509e485bd41381044e) #### [0.1.6](https://github.com/fulfillmenttools/fulfillmenttools-sdk-typescript/compare/0.1.5...0.1.6) diff --git a/package-lock.json b/package-lock.json index 02a29fa..76b18e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "dependencies": { "date-fns": "2.30.0", diff --git a/package.json b/package.json index a6f4b94..5b340f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulfillmenttools/fulfillmenttools-sdk-typescript", - "version": "0.1.7", + "version": "0.1.8", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", "types": "dist/mjs/index.d.ts",