Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.12 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-rc.12](v1.0.0-rc.11...v1.0.0-rc.12) (2024-02-12)

### Bug Fixes

* review the document title extraction & fix tests ([#17](#17)) ([b9b3926](https://github.com/e-picas/markdown-extended//commit/b9b3926901865a1d9f99f646b6e6093d40e14d61))
  • Loading branch information
semantic-release-bot committed Feb 12, 2024
1 parent 4fe606f commit c282786
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# PHP Markdown Extended changelog

# [1.0.0-rc.12](https://github.com/e-picas/markdown-extended/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-02-12)


### Bug Fixes

* review the document title extraction & fix tests ([#17](https://github.com/e-picas/markdown-extended/issues/17)) ([b9b3926](https://github.com/e-picas/markdown-extended//commit/b9b3926901865a1d9f99f646b6e6093d40e14d61))

# [1.0.0-rc.11](https://github.com/e-picas/markdown-extended/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2024-02-04)


Expand Down
4 changes: 2 additions & 2 deletions doc/DOCUMENTATION.md
Expand Up @@ -2,8 +2,8 @@ Man: PHP-Markdown-Extended Developer Manual
Man-name: markdown-extended-api
Section: 7
Author: Pierre Cassat
Date: 2024-02-04
Version: 1.0.0-rc.11
Date: 2024-02-12
Version: 1.0.0-rc.12


NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/MANPAGE.md
@@ -1,8 +1,8 @@
Man: PHP-Markdown-Extended Manual
Man-name: markdown-extended
Author: Pierre Cassat
Date: 2024-02-04
Version: 1.0.0-rc.11
Date: 2024-02-12
Version: 1.0.0-rc.12


## NAME
Expand Down
6 changes: 3 additions & 3 deletions man/markdown-extended.3.man
@@ -1,9 +1,9 @@
.\" man: PHP-Markdown-Extended Manual
.\" man-name: markdown-extended
.\" author: Pierre Cassat
.\" date: 2024-02-04
.\" version: 1.0.0-rc.11
.TH "markdown-extended" "3" "2024-02-04" "Version 1.0.0-rc.11" "PHP-Markdown-Extended Manual"
.\" date: 2024-02-12
.\" version: 1.0.0-rc.12
.TH "markdown-extended" "3" "2024-02-12" "Version 1.0.0-rc.12" "PHP-Markdown-Extended Manual"
.SH NAME
.PP
PHP-Markdown-Extended - Yet another PHP parser for the markdown (\fIextended\fP) syntax.
Expand Down
6 changes: 3 additions & 3 deletions man/markdown-extended.7.man
Expand Up @@ -2,9 +2,9 @@
.\" man-name: markdown-extended-api
.\" section: 7
.\" author: Pierre Cassat
.\" date: 2024-02-04
.\" version: 1.0.0-rc.11
.TH "markdown-extended-api" "7" "2024-02-04" "Version 1.0.0-rc.11" "PHP-Markdown-Extended Developer Manual"
.\" date: 2024-02-12
.\" version: 1.0.0-rc.12
.TH "markdown-extended-api" "7" "2024-02-12" "Version 1.0.0-rc.12" "PHP-Markdown-Extended Developer Manual"
.SH NAME
.PP
PHP-Markdown-Extended API - Developer documentation of the internal API of the "picas/markdown-extended" package.
Expand Down
4 changes: 2 additions & 2 deletions src/MarkdownExtended/MarkdownExtended.php
Expand Up @@ -64,9 +64,9 @@ class MarkdownExtended extends Parser

const NAME = 'PHP Markdown Extended';

const VERSION = '1.0.0-rc.11';
const VERSION = '1.0.0-rc.12';

const DATE = '2024-02-04';
const DATE = '2024-02-12';

const DESC = 'Yet another PHP parser for the markdown (*extended*) syntax.';

Expand Down

0 comments on commit c282786

Please sign in to comment.