Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01e3888

Browse files
committed
chore: v0.10.3 — add workflow_dispatch to publish, bump version
- Add manual trigger (workflow_dispatch) to publish.yml - Bump version 0.10.2 → 0.10.3
1 parent f477d14 commit 01e3888

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish to npm
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch:
56

67
jobs:
78
publish:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formulab",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Manufacturing & Engineering calculation formulas library - 174 industrial calculations across 14 domains for OEE, Cpk, SPC, metal weight, CNC machining, GD&T, battery, environmental, pipe flow, logistics, and more",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)