Skip to content

Commit

Permalink
Prepare 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 25, 2024
1 parent d982281 commit 186d10b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelogs/fragments/1.1.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release_summary: Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antsibull-docs",
"version": "1.0.2-post0",
"version": "1.1.0",
"description": "TypeScript library for processing Ansible documentation markup",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 186d10b

Please sign in to comment.