Skip to content

Commit c96e75f

Browse files
authored
Release v1.0.4 (#38)
1 parent e87ebd9 commit c96e75f

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
node-version: "18.x"
3737
registry-url: "https://registry.npmjs.org"
3838
- run: npm ci
39+
- run: npm run build
3940
- run: npm publish
4041
env:
4142
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

CHAGNELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.0.4 (2023/12/24)
4+
5+
- Fix missing dist in npm package
6+
37
## 1.0.3 (2023/12/24)
48

59
- Add npmignore

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-named-code-blocks",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A markdown-it plugin to create named code blocks.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)