Skip to content

Commit

Permalink
chore: release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LuudJanssen committed Apr 18, 2024
1 parent 965b637 commit a5ba898
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.5](https://github.com/incentro-dc/remark-github-admonitions-to-directives/compare/1.0.4...1.0.5) (2024-04-18)

### Features

- add util to check whether type is valid GitHub alert type ([de20d72](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/de20d7218a5e440f0688237757caf4f71274ce2a))
- simplify code and rename file to function name ([2ba5d63](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/2ba5d63b509c024bd372772a779527e87fe48c74))
- simplify code and return semantically correct type ([c66d99c](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/c66d99c739bfd7a7927b0e7fddca4d267f88c0df))
- use new return value in plugin ([ddb6eb9](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/ddb6eb93b0691790b62ae2a07f2a99c81e462abf))

## [1.0.4](https://github.com/incentro-dc/remark-github-admonitions-to-directives/compare/1.0.3...1.0.4) (2024-03-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "remark-github-admonitions-to-directives",
"version": "1.0.4",
"version": "1.0.5",
"description": "A Remark plugin to convert Github style alerts to admonitions directives.",
"keywords": [
"remark",
Expand Down

0 comments on commit a5ba898

Please sign in to comment.