Skip to content

Commit

Permalink
feat: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Apr 17, 2024
1 parent c14bf56 commit 4f7fe1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- v3

jobs:
regression:
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microflash/fenceparser",
"version": "3.0.0-beta.4",
"version": "3.0.0",
"description": "A metadata parser for code fences in markdown",
"main": "src/index.js",
"scripts": {
Expand All @@ -13,8 +13,7 @@
"codefence",
"codeblock",
"metadata",
"parser",
"lexer"
"parser"
],
"author": "Naiyer Asif (https://www.naiyerasif.com)",
"license": "MIT",
Expand Down

0 comments on commit 4f7fe1e

Please sign in to comment.