Skip to content

Commit

Permalink
Bump to 0.3.2, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 19, 2024
1 parent a50487c commit fa7a699
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog for djot.js

## 0.3.2

* Use a checkbox input element to render checkboxes (#102, David Campbell).
Remove checked, unchecked class from li; this is no longer needed.
We still need custom CSS on ul.task-list to remove the redundant list
markers.

* Fix positions for list_item and section (#83, #82, black-desk).

* Test: fix and test number comments (#100, Martin Fischer).

* Update djot.md to fix a tiny typo (#97, Yuri).

* Move package.json exports "default" condition to last (#92, Fukuda Yuma).

* Add prepare and pretest scripts in package.json (#81, black-desk).

## 0.3.1

* Update man page and schema.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@djot/djot",
"sideEffects": false,
"version": "0.3.1",
"version": "0.3.2",
"engines": {
"node": ">=17.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.3.1";
export const version = "0.3.2";

0 comments on commit fa7a699

Please sign in to comment.