From 60a2ae3be94d6047886204da7a7e7f19d3dc7393 Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Sun, 20 Mar 2022 16:46:10 -0500 Subject: [PATCH 1/2] v1.9.4 (#79) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6eb8a6b..cb200e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-ios-device", "description": "Simple library for listing and installing apps on iOS devices", - "version": "1.9.3", + "version": "1.9.4", "author": "TiDev, Inc. ", "maintainers": [ "Chris Barber " From c56e46598bb46b0b025052faf6a1f75f0caceaf9 Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Sun, 20 Mar 2022 17:11:38 -0500 Subject: [PATCH 2/2] chore: set npm registry url --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1568f2b..985cf25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: '16' + registry-url: 'https://registry.npmjs.org' - name: Build run: yarn install --frozen-lockfile