Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-11-06)

### Bug Fixes

* failing tests ([00f828d](00f828d))
* stops matching on headers ([affb06b](affb06b))

### Features

* adds ability to output to STDOUT ([9168278](9168278))
* adds HTTP client ([8a45622](8a45622))
* adds index ([f56242b](f56242b))
* adds OAuth2 client ([#24](#24)) ([f13694c](f13694c))
* finishes HTTP client ([#35](#35)) ([ee8121d](ee8121d))
  • Loading branch information
Scale Bot authored and semantic-release-bot committed Nov 6, 2019
1 parent 1a9a2d3 commit de0f3ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2019-11-06)


### Bug Fixes

* failing tests ([00f828d](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/00f828dd8ce3d6378671781efccec01fd843c90b))
* stops matching on headers ([affb06b](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/affb06b8cd5619e1694c446015d60a8b678683be))


### Features

* adds ability to output to STDOUT ([9168278](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/916827804dc17f86a32efbd3dd9dd51539676f08))
* adds HTTP client ([8a45622](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/8a456229f623aaf82dda50d8a35daadb84c22631))
* adds index ([f56242b](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/f56242bda6a343460c03d6833956623a0a2ab09e))
* adds OAuth2 client ([#24](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/issues/24)) ([f13694c](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/f13694cb8d1db277a13d1e7be1c098cb402d153d))
* finishes HTTP client ([#35](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/issues/35)) ([ee8121d](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/ee8121d61b7f12d56ecad89e868718f2f7dfed90))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-advertising-api-nodejs-sdk",
"version": "0.0.0",
"version": "1.0.0",
"description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK",
"main": "./lib/index.js",
"files": [
Expand Down

0 comments on commit de0f3ce

Please sign in to comment.