Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c634a89 commit b93e8feCopy full SHA for b93e8fe
.github/workflows/CI.yml
@@ -199,6 +199,8 @@ jobs:
199
if: ${{github.event.inputs.publish}}
200
name: Publish
201
runs-on: ubuntu-latest
202
+ needs:
203
+ - build
204
steps:
205
- uses: actions/checkout@v3
206
- name: Setup node
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## 0.2.0
+## 0.2.1
4
feat: support more platforms
5
6
## 0.1.2
package.json
{
"name": "node-unix-socket",
- "version": "0.2.0",
+ "version": "0.2.1",
"main": "js/index.js",
"types": "js/index.d.ts",
"author": {
0 commit comments