mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-22 14:05:13 +00:00
v0.23.0
This commit is contained in:
parent
db8086e939
commit
8cfb94933c
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## 0.23.0 (unreleased)
|
## 0.23.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Add Plain syntax (#101)
|
- Add Plain syntax (#101)
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mfm-js",
|
"name": "mfm-js",
|
||||||
"version": "0.22.1",
|
"version": "0.23.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mfm-js",
|
"name": "mfm-js",
|
||||||
"version": "0.22.1",
|
"version": "0.23.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"twemoji-parser": "14.0.0"
|
"twemoji-parser": "14.0.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mfm-js",
|
"name": "mfm-js",
|
||||||
"version": "0.23.0-canary.1",
|
"version": "0.23.0",
|
||||||
"description": "An MFM parser implementation with TypeScript",
|
"description": "An MFM parser implementation with TypeScript",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue