Skip to content

Commit

Permalink
bump: version 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jul 27, 2024
1 parent af5f73e commit 267206e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.3.2 (2024-07-27)

### Feat

- add callouts support
- add layouts + gallery layout
- add healthcheck for docker-compose

### Fix

- set debug_tree back to false
- remove backticks in inline highlighted code
- port copy to pretty-code
- roll back to remote image instead of local building

## v0.3.1 (2024-07-26)

### 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.1",
"version": "0.3.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 267206e

Please sign in to comment.