Skip to content

Commit 060e203

Browse files
committed
chore(release): 1.1.0
1 parent e1b8f25 commit 060e203

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3-
## [unreleased]
3+
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.
4+
5+
## [1.1.0](https://github.com/spotifyts/spotify.ts/compare/v1.0.5...v1.1.0) (2022-04-15)
6+
7+
### Features
8+
9+
- regen access token every hour & add git cliff ([e1b8f25](https://github.com/spotifyts/spotify.ts/commit/e1b8f253c1dea27b3c889f82b8e4eba494fb6f5a))
410

511
### Bug Fixes
612

7-
- Update all non-major dependencies
13+
- **deps:** update all non-major dependencies ([bda6384](https://github.com/spotifyts/spotify.ts/commit/bda63847dc9afa55eaed5a6f47d692657e393e4e))
814

915
## [1.0.5] - 2022-03-17
1016

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotify.ts",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "An easy to use, object oriented API wrapper for the Spotify Web API.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -51,6 +51,7 @@
5151
"lint-staged": "^12.3.7",
5252
"prettier": "^2.6.2",
5353
"pretty-quick": "^3.1.3",
54+
"standard-version": "^9.3.2",
5455
"ts-jest": "^27.1.4",
5556
"ts-node": "^10.7.0",
5657
"typedoc": "^0.22.15",

0 commit comments

Comments
 (0)