Skip to content

Commit

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

### Bug Fixes

* try to make a commit when publishing (step 2) ([1ebcb30](https://github.com/e-picas/markdown-extended//commit/1ebcb300bd44bb30e57f6bca91f51f39cbb67ed9))
  • Loading branch information
semantic-release-bot committed Feb 4, 2024
1 parent f59f93b commit c9906ed
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# PHP Markdown Extended changelog

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


### Bug Fixes

* try to make a commit when publishing (step 2) ([1ebcb30](https://github.com/e-picas/markdown-extended//commit/1ebcb300bd44bb30e57f6bca91f51f39cbb67ed9))

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


Expand Down
2 changes: 1 addition & 1 deletion doc/DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Man: PHP-Markdown-Extended Developer Manual
Man-name: markdown-extended-api
Section: 7
Author: Pierre Cassat
Date: 2015-04-16
Date: 2024-02-04
Version: 0.1.0-dev


Expand Down
2 changes: 1 addition & 1 deletion doc/MANPAGE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Man: PHP-Markdown-Extended Manual
Man-name: markdown-extended
Author: Pierre Cassat
Date: 2015-04-16
Date: 2024-02-04
Version: 0.1.0-dev


Expand Down
4 changes: 2 additions & 2 deletions man/markdown-extended.3.man
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" man: PHP-Markdown-Extended Manual
.\" man-name: markdown-extended
.\" author: Pierre Cassat
.\" date: 2015-04-16
.\" date: 2024-02-04
.\" version: 0.1.0-dev
.TH "markdown-extended" "3" "2015-04-16" "Version 0.1.0-dev" "PHP-Markdown-Extended Manual"
.TH "markdown-extended" "3" "2024-02-04" "Version 0.1.0-dev" "PHP-Markdown-Extended Manual"
.SH NAME
.PP
PHP-Markdown-Extended - Yet another PHP parser for the markdown (\fIextended\fP) syntax.
Expand Down
4 changes: 2 additions & 2 deletions man/markdown-extended.7.man
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
.\" man-name: markdown-extended-api
.\" section: 7
.\" author: Pierre Cassat
.\" date: 2015-04-16
.\" date: 2024-02-04
.\" version: 0.1.0-dev
.TH "markdown-extended-api" "7" "2015-04-16" "Version 0.1.0-dev" "PHP-Markdown-Extended Developer Manual"
.TH "markdown-extended-api" "7" "2024-02-04" "Version 0.1.0-dev" "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
2 changes: 1 addition & 1 deletion src/MarkdownExtended/MarkdownExtended.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MarkdownExtended extends Parser

const NAME = 'PHP Markdown Extended';

const VERSION = '1.0.0';
const VERSION = '1.0.0-rc.8';

const DATE = '2024-02-04';

Expand Down

0 comments on commit c9906ed

Please sign in to comment.