remark-inline-svg-flex 0.3.9 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,6 @@ on:
7
7
  paths:
8
8
  - package.json
9
9
  - src/**
10
- - .github/workflows/**
11
10
 
12
11
  jobs:
13
12
  release:
@@ -39,7 +38,7 @@ jobs:
39
38
  node-version: 24
40
39
  registry-url: https://registry.npmjs.org/
41
40
 
42
- - name: build, publish and release
41
+ - name: test, build, publish and release
43
42
  if: steps.tagcheck.outputs.exists == 'false'
44
43
  env:
45
44
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remark-inline-svg-flex",
3
- "version": "0.3.9",
3
+ "version": "0.4.0",
4
4
  "description": "Customizable Remark plugin to inline and optimize SVGs with SVGO, with robust path resolution.",
5
5
  "keywords": [
6
6
  "remark",