Skip to content

Commit

Permalink
build: 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjifs committed Sep 12, 2024
1 parent 3603a63 commit 670793a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.1
_released `2024-09-11`_
* Use `editions` to get a valid cover image from openlibrary

## 0.11.0
_released `2024-09-04`_
* Add additional fields for `Photo`, `Bookmark`, and `Like` posts
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparkles",
"version": "0.11.0",
"version": "0.11.1",
"description": "micropub client",
"main": "./src/js/app.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"eslint": "8.57.0",
"sass": "^1.78.0",
"vite": "^5.4.3"
"vite": "^5.4.4"
},
"dependencies": {
"cheerio": "^1.0.0",
Expand Down

0 comments on commit 670793a

Please sign in to comment.