Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Aug 19, 2024
1 parent 1c95ccf commit 9dbf8f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-cli",
"version": "120.2.0",
"version": "120.2.1",
"description": "A language for scientists of all ages. A curated collection of tools for refining and sharing thoughts.",
"main": "scroll.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion parsers/snippets.parsers
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ printRelatedParser
const items = this.parent.concat(list)
const html = items.map(item => item.compile()).join("\n")
items.forEach(item => item.destroy())
return `<div class="scrollColumns" style="column-width:35ch;">${html}</div>`
return html
}
3 changes: 3 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import microlangs/changes.parsers

thinColumns

πŸ“¦ 120.2.1 8/19/2024
πŸ₯ fix indent bug in `printRelated`

πŸ“¦ 120.2.0 8/15/2024
πŸŽ‰ added `br` parser
πŸŽ‰ added `buildCsv` parser
Expand Down

0 comments on commit 9dbf8f3

Please sign in to comment.