We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf6701 commit 71ca8e3Copy full SHA for 71ca8e3
2 files changed
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: Deploy
+name: Publish on NPM
2
3
permissions:
4
id-token: write # This is required for requesting the JWT
package.json
@@ -1,6 +1,6 @@
{
"name": "@gumlet/react-embed-player",
- "version": "2.0.20",
+ "version": "2.1.0",
"description": "Gumlet React Embed Player",
5
"main": "./dist/index.cjs",
6
"module": "./dist/index.mjs",
0 commit comments