Skip to content

Commit 7e4b01d

Browse files
committed
Merge branch 'release/2.4.3'
2 parents 0b63397 + 5d8ccba commit 7e4b01d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: yarn
16-
- run: yarn npm publish
16+
- run: yarn publish
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframely",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"type": "module",
55
"description": "oEmbed/2 gateway endpoint. Get embed data for various http links through one self-hosted API",
66
"keywords": [

0 commit comments

Comments
 (0)