Skip to content

Commit

Permalink
chore: Add 3.1.1 changelog and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
odiffey committed Mar 2, 2024
1 parent adefb6f commit 214e7b7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [3.1.1](https://github.com/odiffey/discord-markdown/compare/v3.1.0...v3.1.1) (2024-03-02)

### Fixes

- Fixed package type reference

# [3.1.0](https://github.com/odiffey/discord-markdown/compare/v3.0.1...v3.1.0) (2024-03-02)

### Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A markdown parser for Discord messages.

This is package is a fork of [discord-markdown by brussell98](https://github.com/brussell98/discord-markdown), rewritten in TypeScript and actively maintained.
This package is a fork of [discord-markdown by brussell98](https://github.com/brussell98/discord-markdown), rewritten in TypeScript and actively maintained.

## Using

Expand Down Expand Up @@ -41,7 +41,7 @@ toHTML('This **is** a __test__', options);
* `everyone`: () Everyone mention "@everyone"
* `here`: () Here mention "@here"
* `slash`: (`name`: String, `id`: Number) Slash command reference "</somecommand:someid>"
* `timestamp`: (`timestamp`: Number, `style`: String) Relative timestamp reference "<t:sometimestamp:somestyle>"
* `timestamp`: (`timestamp`: Number, `style`: String|undefined) Relative timestamp reference "<t:sometimestamp:somestyle>"
* `cssModuleNames`: Object, maps CSS class names to CSS module class names

### Mention and Emoji Handling
Expand Down
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.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odiffey/discord-markdown",
"version": "3.1.0",
"version": "3.1.1",
"description": "A markdown parser for Discord messages",
"keywords": [
"discord",
Expand All @@ -15,7 +15,11 @@
"module": "./dist/discord-markdown.mjs",
"types": "./dist/main.d.ts",
"repository": "https://github.com/odiffey/discord-markdown.git",
"author": "Owen Diffey <[email protected]>",
"author": {
"name": "Owen Diffey",
"url": "https://diffey.dev",
"email": "[email protected]"
},
"contributors": [
"brussell98",
"Sorunome"
Expand Down

0 comments on commit 214e7b7

Please sign in to comment.