Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 20, 2023
1 parent 21c8627 commit 25bbf20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions lib/javascript-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.1.0 (2023-10-20)


### Features

* add authorName and authorEmail ([ea3e04b](https://github.com/SuperFlyTV/GraphicsDataDefinition/commit/ea3e04b4fcf44e00b93bd80fef0180d8ee96f3e8))
* add gddPlayoutOptions.resolutions properties ([823e4a0](https://github.com/SuperFlyTV/GraphicsDataDefinition/commit/823e4a0f084822231d4e3d7fad13b58eeaf4069d))


## 1.0.0 (2023-10-20)


Expand Down
8 changes: 4 additions & 4 deletions lib/javascript-library/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "graphics-data-definition",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/SuperFlyTV/GraphicsDataDefinition",
"repository": {
"type": "git",
"url": "git+https://github.com/SuperFlyTV/GraphicsDataDefinition.git"
},
"type": "git",
"url": "git+https://github.com/SuperFlyTV/GraphicsDataDefinition.git"
},
"scripts": {
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 25bbf20

Please sign in to comment.