Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ScaleLeap/amazon-advertising-api-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.13
Choose a base ref
...
head repository: ScaleLeap/amazon-advertising-api-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.14
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 20, 2021

  1. Copy the full SHA
    22a78b3 View commit details
  2. Copy the full SHA
    efd5b42 View commit details
  3. chore(release): 3.1.14 [skip ci]

    ## [3.1.14](v3.1.13...v3.1.14) (2021-04-20)
    
    ### Bug Fixes
    
    * **deps:** update dependency fp-ts to v2.10.4 ([efd5b42](efd5b42))
    Scale Bot authored and semantic-release-bot committed Apr 20, 2021
    Copy the full SHA
    1a30d2d View commit details
Showing with 14 additions and 7 deletions.
  1. +1 −1 .github/workflows/commitlint.yml
  2. +7 −0 CHANGELOG.md
  3. +4 −4 package-lock.json
  4. +2 −2 package.json
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,6 @@ jobs:
with:
fetch-depth: 0 ## needed by wagoid/commitlint-github-action@v1

- uses: wagoid/commitlint-github-action@v2
- uses: wagoid/commitlint-github-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [3.1.14](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.1.13...v3.1.14) (2021-04-20)


### Bug Fixes

* **deps:** update dependency fp-ts to v2.10.4 ([efd5b42](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/efd5b42872924eec393deb945738c50a36895ae2))

## [3.1.13](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.1.12...v3.1.13) (2021-04-19)


8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleleap/amazon-advertising-api-sdk",
"version": "3.1.13",
"version": "3.1.14",
"description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -34,7 +34,7 @@
"@scaleleap/amazon-marketplaces": "10.3.0",
"axios": "0.21.1",
"client-oauth2": "4.3.3",
"fp-ts": "2.10.3",
"fp-ts": "2.10.4",
"http-status-codes": "2.1.4",
"io-ts": "2.2.16",
"io-ts-promise": "2.0.2",