Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.2...v1.2.0) (2024-01-17)

### Bug Fixes

* **.releaserc:** add default plugins ([01317ac](01317ac))

### Features

* **.github/workflows:** replace npm-publish workflow with release workflow ([6b6ce72](6b6ce72))
* **semantic-release:** install semantic release ([39a06d7](39a06d7))
  • Loading branch information
semantic-release-bot committed Jan 17, 2024
1 parent 54b0ee8 commit 73ea5d4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# [1.2.0](https://github.com/spotify/spotify-web-api-ts-sdk/compare/v1.1.2...v1.2.0) (2024-01-17)


### Bug Fixes

* **.releaserc:** add default plugins ([01317ac](https://github.com/spotify/spotify-web-api-ts-sdk/commit/01317ac5703340c7683a283a41647aa710a4cd4a))


### Features

* **.github/workflows:** replace npm-publish workflow with release workflow ([6b6ce72](https://github.com/spotify/spotify-web-api-ts-sdk/commit/6b6ce721e6be031fa27410fc2b78e4f8b45c4c4b))
* **semantic-release:** install semantic release ([39a06d7](https://github.com/spotify/spotify-web-api-ts-sdk/commit/39a06d7fcf8ab0d0de1a5b01dbc576c8ef0bd49b))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/web-api-ts-sdk",
"version": "1.1.2",
"version": "1.2.0",
"description": "A typescript SDK for the Spotify Web API",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down

0 comments on commit 73ea5d4

Please sign in to comment.