Skip to content

Commit

Permalink
chore: Release v0.1.8 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: arnoerpenbeck <[email protected]>
  • Loading branch information
github-actions[bot] and arnoerpenbeck authored Nov 7, 2023
1 parent edef3bb commit f5018fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f5018fe

Please sign in to comment.