Skip to content

Commit

Permalink
chore: Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoerpenbeck authored Aug 3, 2023
1 parent 83b118d commit 3891943
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.4",
"version": "0.1.5",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
Expand Down

0 comments on commit 3891943

Please sign in to comment.