Skip to content

Commit

Permalink
bump: version 0.3.11 → 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Aug 1, 2024
1 parent e7bd6c5 commit 2242e1f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.3.12 (2024-08-02)

### Feat

- switch to logging with pino

### Fix

- correct metadata url
- move metadata to head tags
- add metadataBase in metadata
- remove remaining console.log's

### Refactor

- delay config fetching a bit for faster metadata resolving
- metadata parsing and setting on the server

## v0.3.11 (2024-08-01)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uses.ink",
"version": "0.3.11",
"version": "0.3.12",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 2242e1f

Please sign in to comment.