Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/9.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Jan 20, 2021
2 parents c508ab9 + b3548c5 commit caea06b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -18,6 +18,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Security

## v9.3.0 - 2021-01-20

### Changed

- GET /eventsをGET /performancesへ移行

## v9.2.1 - 2021-01-19

### Changed
Expand Down
22 changes: 11 additions & 11 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
@@ -1,6 +1,6 @@
{
"name": "@motionpicture/ttts-api-nodejs-client",
"version": "9.2.1",
"version": "9.3.0",
"description": "TTTS API client library for Node.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -78,7 +78,7 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@motionpicture/ttts-api-abstract-client": "9.2.1",
"@motionpicture/ttts-api-abstract-client": "9.3.0",
"debug": "^3.2.6",
"http-status": "^1.4.2",
"isomorphic-fetch": "^2.2.1"
Expand Down

0 comments on commit caea06b

Please sign in to comment.