Skip to content

Commit

Permalink
chore(release): 1.2.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.8](v1.2.7...v1.2.8) (2023-01-01)

### Bug Fixes

* **readme:** use optional chaining when setting img url on user object ([830b5c2](830b5c2))
  • Loading branch information
semantic-release-bot committed Jan 1, 2023
1 parent 7933e8e commit d68feef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.8](https://github.com/JosteinKringlen/remix-auth-spotify/compare/v1.2.7...v1.2.8) (2023-01-01)


### Bug Fixes

* **readme:** use optional chaining when setting img url on user object ([830b5c2](https://github.com/JosteinKringlen/remix-auth-spotify/commit/830b5c2b932b7ec4d87a83b40a92f48420bd99ee))

## [1.2.7](https://github.com/JosteinKringlen/remix-auth-spotify/compare/v1.2.6...v1.2.7) (2022-12-29)


Expand Down
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
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/JosteinKringlen/remix-auth-spotify"
},
"author": "Jostein Kringlen",
"version": "1.2.7",
"version": "1.2.8",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit d68feef

Please sign in to comment.