Skip to content

Commit f8474fb

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-06-23) ### Bug Fixes * artistName not transforming ([97751ef](97751ef)) * **circleci:** using latest-browsers image ([17a195a](17a195a)) * set the pixel threshold to 0.08 ([781320a](781320a)) * update snapshots ([2bf4bb8](2bf4bb8)) * upload not working ([413b0d4](413b0d4)) * use chrome-aws-lambda ([03542ee](03542ee)) * use node 10.9 ([7ab2ad5](7ab2ad5)) ### Features * add circleci config ([0520dd3](0520dd3)) * add ffmpeg installer ([e6bf223](e6bf223)) * add googleapis lib ([c750ec2](c750ec2)) * **main:** update the main function to carry out different processes ([90ad773](90ad773)) * configure deployments and add semantic release ([f2b00a9](f2b00a9)) * init project ([c635f20](c635f20)) * **audio:** add fn to fetch audio tracks and pick one track ([782a338](782a338)) * **config:** add config for fetching audio ([ff63798](ff63798)) * **images:** add util fn to generate unsplash url ([c9350a1](c9350a1)) * **video:** process video and background image for the video ([9f90ee6](9f90ee6)) * **video:** upload to youtube ([afab794](afab794))
1 parent b005fc7 commit f8474fb

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
4+
# 1.0.0 (2019-06-23)
5+
6+
7+
### Bug Fixes
8+
9+
* artistName not transforming ([97751ef](https://github.com/Buzzertech/DatSongBot/commit/97751ef))
10+
* **circleci:** using latest-browsers image ([17a195a](https://github.com/Buzzertech/DatSongBot/commit/17a195a))
11+
* set the pixel threshold to 0.08 ([781320a](https://github.com/Buzzertech/DatSongBot/commit/781320a))
12+
* update snapshots ([2bf4bb8](https://github.com/Buzzertech/DatSongBot/commit/2bf4bb8))
13+
* upload not working ([413b0d4](https://github.com/Buzzertech/DatSongBot/commit/413b0d4))
14+
* use chrome-aws-lambda ([03542ee](https://github.com/Buzzertech/DatSongBot/commit/03542ee))
15+
* use node 10.9 ([7ab2ad5](https://github.com/Buzzertech/DatSongBot/commit/7ab2ad5))
16+
17+
18+
### Features
19+
20+
* add circleci config ([0520dd3](https://github.com/Buzzertech/DatSongBot/commit/0520dd3))
21+
* add ffmpeg installer ([e6bf223](https://github.com/Buzzertech/DatSongBot/commit/e6bf223))
22+
* add googleapis lib ([c750ec2](https://github.com/Buzzertech/DatSongBot/commit/c750ec2))
23+
* **main:** update the main function to carry out different processes ([90ad773](https://github.com/Buzzertech/DatSongBot/commit/90ad773))
24+
* configure deployments and add semantic release ([f2b00a9](https://github.com/Buzzertech/DatSongBot/commit/f2b00a9))
25+
* init project ([c635f20](https://github.com/Buzzertech/DatSongBot/commit/c635f20))
26+
* **audio:** add fn to fetch audio tracks and pick one track ([782a338](https://github.com/Buzzertech/DatSongBot/commit/782a338))
27+
* **config:** add config for fetching audio ([ff63798](https://github.com/Buzzertech/DatSongBot/commit/ff63798))
28+
* **images:** add util fn to generate unsplash url ([c9350a1](https://github.com/Buzzertech/DatSongBot/commit/c9350a1))
29+
* **video:** process video and background image for the video ([9f90ee6](https://github.com/Buzzertech/DatSongBot/commit/9f90ee6))
30+
* **video:** upload to youtube ([afab794](https://github.com/Buzzertech/DatSongBot/commit/afab794))

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"puppeteer": "^1.18.0",
5858
"puppeteer-core": "^1.18.0",
5959
"semantic-release": "^15.13.16",
60+
"serverless": "^1.45.1",
6061
"serverless-offline": "^5.4.4",
6162
"serverless-webpack": "^5.3.1",
6263
"ts-loader": "^6.0.4",

0 commit comments

Comments
 (0)