Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Releases: ludicroushq/shipzen

v0.1.10

10 Aug 18:37
ef300ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

31 Jul 05:27
d01f81d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

27 Jul 00:34
92cb20a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

24 Jun 08:55
9c38e0b
Compare
Choose a tag to compare

What's Changed

You will manually need to apply the following change to your test workflow

diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml
index 048cb07..916aa1b 100644
--- a/.github/workflows/_test.yml
+++ b/.github/workflows/_test.yml
@@ -7,11 +7,15 @@ jobs:
     steps:
       - uses: actions/checkout@v4
 
+      - uses: pnpm/action-setup@v4
+        with:
+          version: 'latest'
+
       - uses: actions/setup-node@v4
         with:
-          node-version: lts/*
-          cache: 'npm'
+          node-version: 'lts/*'
+          cache: 'pnpm'
 
-      - run: npm ci
+      - run: pnpm install
 
-      - run: npm run ci:test
+      - run: pnpm run ci:test

Full Changelog: v0.1.6...v0.1.7

v0.1.6

23 Jun 21:56
0a2dcab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

23 Jun 20:26
e3e67b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

22 Jun 20:43
225474c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

15 Jun 19:07
e6e9d8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Jun 04:56
060722a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Jun 08:45
ae6cda4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1