# Change Log - @rushstack/hashed-folder-copy-plugin This log was last generated on Sat, 27 Jun 2026 00:15:40 GMT and should not be manually modified. ## 1.3.20 Sat, 27 Jun 2026 00:15:40 GMT _Version update only_ ## 1.3.19 Sat, 13 Jun 2026 00:16:19 GMT _Version update only_ ## 1.3.18 Mon, 08 Jun 2026 15:15:50 GMT _Version update only_ ## 1.3.17 Mon, 20 Apr 2026 23:31:13 GMT _Version update only_ ## 1.3.16 Mon, 20 Apr 2026 15:15:24 GMT _Version update only_ ## 1.3.15 Sat, 18 Apr 2026 03:47:10 GMT _Version update only_ ## 1.3.14 Sat, 18 Apr 2026 00:15:17 GMT _Version update only_ ## 1.3.13 Fri, 17 Apr 2026 15:14:57 GMT _Version update only_ ## 1.3.12 Fri, 10 Apr 2026 22:46:34 GMT _Version update only_ ## 1.3.11 Thu, 09 Apr 2026 00:15:07 GMT _Version update only_ ## 1.3.10 Sat, 04 Apr 2026 00:14:00 GMT _Version update only_ ## 1.3.9 Wed, 01 Apr 2026 15:13:38 GMT _Version update only_ ## 1.3.8 Tue, 31 Mar 2026 15:14:15 GMT _Version update only_ ## 1.3.7 Mon, 09 Mar 2026 15:14:08 GMT _Version update only_ ## 1.3.6 Wed, 25 Feb 2026 21:39:42 GMT ### Patches - Include missing `lib-*` folders. ## 1.3.5 Wed, 25 Feb 2026 00:34:29 GMT _Version update only_ ## 1.3.4 Tue, 24 Feb 2026 01:13:27 GMT _Version update only_ ## 1.3.3 Mon, 23 Feb 2026 00:42:21 GMT _Version update only_ ## 1.3.2 Fri, 20 Feb 2026 16:14:49 GMT _Version update only_ ## 1.3.1 Fri, 20 Feb 2026 00:15:04 GMT ### Patches - Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644. ## 1.3.0 Thu, 19 Feb 2026 00:04:52 GMT ### Minor changes - Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `"exports"` field in `package.json`. ## 1.2.14 Sat, 07 Feb 2026 01:13:26 GMT _Version update only_ ## 1.2.13 Wed, 04 Feb 2026 20:42:47 GMT _Version update only_ ## 1.2.12 Wed, 04 Feb 2026 16:13:27 GMT _Version update only_ ## 1.2.11 Fri, 30 Jan 2026 01:16:13 GMT _Version update only_ ## 1.2.10 Thu, 08 Jan 2026 01:12:30 GMT _Version update only_ ## 1.2.9 Wed, 07 Jan 2026 01:12:25 GMT _Version update only_ ## 1.2.8 Mon, 05 Jan 2026 16:12:49 GMT _Version update only_ ## 1.2.7 Sat, 06 Dec 2025 01:12:28 GMT _Version update only_ ## 1.2.6 Fri, 21 Nov 2025 16:13:56 GMT _Version update only_ ## 1.2.5 Wed, 12 Nov 2025 01:12:56 GMT _Version update only_ ## 1.2.4 Tue, 04 Nov 2025 08:15:15 GMT _Version update only_ ## 1.2.3 Fri, 24 Oct 2025 00:13:38 GMT _Version update only_ ## 1.2.2 Wed, 22 Oct 2025 00:57:54 GMT _Version update only_ ## 1.2.1 Wed, 08 Oct 2025 00:13:29 GMT _Version update only_ ## 1.2.0 Fri, 03 Oct 2025 20:09:59 GMT ### Minor changes - Normalize import of builtin modules to use the `node:` protocol. ## 1.1.21 Tue, 30 Sep 2025 23:57:45 GMT _Version update only_ ## 1.1.20 Tue, 30 Sep 2025 20:33:51 GMT _Version update only_ ## 1.1.19 Fri, 12 Sep 2025 15:13:07 GMT _Version update only_ ## 1.1.18 Thu, 11 Sep 2025 00:22:31 GMT _Version update only_ ## 1.1.17 Tue, 19 Aug 2025 20:45:02 GMT _Version update only_ ## 1.1.16 Fri, 01 Aug 2025 00:12:49 GMT _Version update only_ ## 1.1.15 Wed, 23 Jul 2025 20:55:57 GMT _Version update only_ ## 1.1.14 Sat, 21 Jun 2025 00:13:15 GMT _Version update only_ ## 1.1.13 Tue, 13 May 2025 02:09:20 GMT _Version update only_ ## 1.1.12 Thu, 01 May 2025 15:11:33 GMT _Version update only_ ## 1.1.11 Thu, 01 May 2025 00:11:12 GMT _Version update only_ ## 1.1.10 Fri, 25 Apr 2025 00:11:32 GMT _Version update only_ ## 1.1.9 Mon, 21 Apr 2025 22:24:25 GMT _Version update only_ ## 1.1.8 Thu, 17 Apr 2025 00:11:21 GMT _Version update only_ ## 1.1.7 Tue, 15 Apr 2025 15:11:57 GMT _Version update only_ ## 1.1.6 Wed, 09 Apr 2025 00:11:03 GMT _Version update only_ ## 1.1.5 Fri, 04 Apr 2025 18:34:35 GMT _Version update only_ ## 1.1.4 Tue, 25 Mar 2025 15:11:16 GMT _Version update only_ ## 1.1.3 Wed, 12 Mar 2025 22:41:36 GMT _Version update only_ ## 1.1.2 Wed, 12 Mar 2025 00:11:31 GMT ### Patches - Add missing `./package.json` export. ## 1.1.1 Tue, 11 Mar 2025 02:12:33 GMT ### Patches - Re-include the `main` and `typings` `package.json` fields. ## 1.1.0 Tue, 11 Mar 2025 00:11:25 GMT ### Minor changes - Move the `ambientTypes.d.ts` file to `dist` and use the `exports` and `typesVersions` fields in `package.json` to maintain `@rushstack/hashed-folder-copy-plugin/ambientTypes` references. ## 1.0.80 Sat, 01 Mar 2025 05:00:09 GMT _Version update only_ ## 1.0.79 Thu, 27 Feb 2025 01:10:39 GMT _Version update only_ ## 1.0.78 Wed, 26 Feb 2025 16:11:11 GMT _Version update only_ ## 1.0.77 Sat, 22 Feb 2025 01:11:12 GMT _Version update only_ ## 1.0.76 Wed, 19 Feb 2025 18:53:48 GMT _Version update only_ ## 1.0.75 Wed, 12 Feb 2025 01:10:52 GMT _Version update only_ ## 1.0.74 Thu, 30 Jan 2025 16:10:36 GMT _Version update only_ ## 1.0.73 Thu, 30 Jan 2025 01:11:42 GMT _Version update only_ ## 1.0.72 Thu, 09 Jan 2025 01:10:10 GMT _Version update only_ ## 1.0.71 Tue, 07 Jan 2025 22:17:32 GMT _Version update only_ ## 1.0.70 Sat, 14 Dec 2024 01:11:07 GMT _Version update only_ ## 1.0.69 Mon, 09 Dec 2024 20:31:43 GMT _Version update only_ ## 1.0.68 Tue, 03 Dec 2024 16:11:08 GMT _Version update only_ ## 1.0.67 Sat, 23 Nov 2024 01:18:55 GMT _Version update only_ ## 1.0.66 Fri, 22 Nov 2024 01:10:43 GMT _Version update only_ ## 1.0.65 Thu, 24 Oct 2024 00:15:48 GMT _Version update only_ ## 1.0.64 Mon, 21 Oct 2024 18:50:10 GMT _Version update only_ ## 1.0.63 Thu, 17 Oct 2024 08:35:06 GMT _Version update only_ ## 1.0.62 Tue, 15 Oct 2024 00:12:31 GMT _Version update only_ ## 1.0.61 Wed, 02 Oct 2024 00:11:19 GMT ### Patches - Ensure compatibility with webpack 5.95.0 ## 1.0.60 Tue, 01 Oct 2024 00:11:28 GMT _Version update only_ ## 1.0.59 Mon, 30 Sep 2024 15:12:19 GMT _Version update only_ ## 1.0.58 Fri, 13 Sep 2024 00:11:43 GMT _Version update only_ ## 1.0.57 Tue, 10 Sep 2024 20:08:11 GMT _Version update only_ ## 1.0.56 Wed, 21 Aug 2024 05:43:04 GMT _Version update only_ ## 1.0.55 Mon, 12 Aug 2024 22:16:04 GMT _Version update only_ ## 1.0.54 Fri, 02 Aug 2024 17:26:42 GMT _Version update only_ ## 1.0.53 Sat, 27 Jul 2024 00:10:27 GMT _Version update only_ ## 1.0.52 Wed, 24 Jul 2024 00:12:14 GMT _Version update only_ ## 1.0.51 Wed, 17 Jul 2024 06:55:09 GMT _Version update only_ ## 1.0.50 Wed, 17 Jul 2024 00:11:19 GMT _Version update only_ ## 1.0.49 Tue, 16 Jul 2024 00:36:21 GMT _Version update only_ ## 1.0.48 Thu, 27 Jun 2024 21:01:36 GMT _Version update only_ ## 1.0.47 Mon, 03 Jun 2024 23:43:15 GMT _Version update only_ ## 1.0.46 Thu, 30 May 2024 00:13:05 GMT _Version update only_ ## 1.0.45 Wed, 29 May 2024 02:03:50 GMT _Version update only_ ## 1.0.44 Wed, 29 May 2024 00:10:52 GMT _Version update only_ ## 1.0.43 Tue, 28 May 2024 15:10:09 GMT _Version update only_ ## 1.0.42 Tue, 28 May 2024 00:09:47 GMT _Version update only_ ## 1.0.41 Sat, 25 May 2024 04:54:07 GMT _Version update only_ ## 1.0.40 Fri, 24 May 2024 00:15:08 GMT _Version update only_ ## 1.0.39 Thu, 23 May 2024 02:26:56 GMT _Version update only_ ## 1.0.38 Thu, 16 May 2024 15:10:22 GMT _Version update only_ ## 1.0.37 Wed, 15 May 2024 23:42:58 GMT _Version update only_ ## 1.0.36 Wed, 15 May 2024 06:04:17 GMT _Version update only_ ## 1.0.35 Fri, 10 May 2024 05:33:34 GMT _Version update only_ ## 1.0.34 Wed, 08 May 2024 22:23:50 GMT _Version update only_ ## 1.0.33 Mon, 06 May 2024 15:11:04 GMT _Version update only_ ## 1.0.32 Wed, 10 Apr 2024 15:10:09 GMT _Version update only_ ## 1.0.31 Tue, 19 Mar 2024 15:10:18 GMT _Version update only_ ## 1.0.30 Fri, 15 Mar 2024 00:12:40 GMT _Version update only_ ## 1.0.29 Tue, 05 Mar 2024 01:19:24 GMT _Version update only_ ## 1.0.28 Sun, 03 Mar 2024 20:58:13 GMT _Version update only_ ## 1.0.27 Sat, 02 Mar 2024 02:22:24 GMT _Version update only_ ## 1.0.26 Fri, 01 Mar 2024 01:10:08 GMT _Version update only_ ## 1.0.25 Thu, 29 Feb 2024 07:11:45 GMT _Version update only_ ## 1.0.24 Wed, 28 Feb 2024 16:09:27 GMT _Version update only_ ## 1.0.23 Sat, 24 Feb 2024 23:02:51 GMT _Version update only_ ## 1.0.22 Thu, 22 Feb 2024 01:36:09 GMT _Version update only_ ## 1.0.21 Wed, 21 Feb 2024 21:45:28 GMT _Version update only_ ## 1.0.20 Wed, 21 Feb 2024 08:55:47 GMT _Version update only_ ## 1.0.19 Tue, 20 Feb 2024 21:45:10 GMT _Version update only_ ## 1.0.18 Tue, 20 Feb 2024 16:10:53 GMT _Version update only_ ## 1.0.17 Mon, 19 Feb 2024 21:54:27 GMT _Version update only_ ## 1.0.16 Sat, 17 Feb 2024 06:24:35 GMT _Version update only_ ## 1.0.15 Thu, 08 Feb 2024 01:09:21 GMT _Version update only_ ## 1.0.14 Wed, 07 Feb 2024 01:11:18 GMT _Version update only_ ## 1.0.13 Mon, 05 Feb 2024 23:46:52 GMT _Version update only_ ## 1.0.12 Thu, 25 Jan 2024 23:03:57 GMT ### Patches - Fix an issue where builds running on Windows and not on the C drive would not discover assets. ## 1.0.11 Thu, 25 Jan 2024 01:09:30 GMT _Version update only_ ## 1.0.10 Tue, 23 Jan 2024 20:12:58 GMT _Version update only_ ## 1.0.9 Tue, 23 Jan 2024 16:15:06 GMT _Version update only_ ## 1.0.8 Tue, 16 Jan 2024 18:30:10 GMT ### Patches - Upgrade build dependencies ## 1.0.7 Wed, 03 Jan 2024 00:31:18 GMT _Version update only_ ## 1.0.6 Wed, 20 Dec 2023 01:09:46 GMT _Version update only_ ## 1.0.5 Thu, 07 Dec 2023 03:44:13 GMT _Version update only_ ## 1.0.4 Tue, 05 Dec 2023 01:10:16 GMT _Version update only_ ## 1.0.3 Fri, 10 Nov 2023 18:02:04 GMT _Version update only_ ## 1.0.2 Wed, 01 Nov 2023 23:11:35 GMT ### Patches - Fix line endings in published package. ## 1.0.1 Mon, 30 Oct 2023 23:36:37 GMT ### Patches - Fix an issue where globbing assets from a NPM package would fail on Windows. ## 1.0.0 Tue, 24 Oct 2023 04:04:22 GMT ### Breaking changes - Add support for Webpack 5 and drop support for Webpack 4. ## 0.3.9 Sun, 01 Oct 2023 02:56:30 GMT _Version update only_ ## 0.3.8 Sat, 30 Sep 2023 00:20:51 GMT _Version update only_ ## 0.3.7 Thu, 28 Sep 2023 20:53:17 GMT _Version update only_ ## 0.3.6 Wed, 27 Sep 2023 00:21:38 GMT _Version update only_ ## 0.3.5 Tue, 26 Sep 2023 21:02:30 GMT _Version update only_ ## 0.3.4 Tue, 26 Sep 2023 09:30:33 GMT ### Patches - Update type-only imports to include the type modifier. ## 0.3.3 Mon, 25 Sep 2023 23:38:28 GMT _Version update only_ ## 0.3.2 Fri, 22 Sep 2023 00:05:50 GMT _Version update only_ ## 0.3.1 Tue, 19 Sep 2023 15:21:52 GMT _Version update only_ ## 0.3.0 Fri, 15 Sep 2023 00:36:58 GMT ### Minor changes - Update @types/node from 14 to 18 ## 0.2.46 Wed, 13 Sep 2023 00:32:29 GMT _Version update only_ ## 0.2.45 Thu, 07 Sep 2023 03:35:42 GMT ### Patches - Update Webpack peerDependency to ~4.47.0. ## 0.2.44 Tue, 08 Aug 2023 07:10:40 GMT _Version update only_ ## 0.2.43 Fri, 04 Aug 2023 00:22:37 GMT ### Patches - Switch from glob to fast-glob. ## 0.2.42 Mon, 31 Jul 2023 15:19:05 GMT _Version update only_ ## 0.2.41 Sat, 29 Jul 2023 00:22:51 GMT _Version update only_ ## 0.2.40 Thu, 20 Jul 2023 20:47:28 GMT _Version update only_ ## 0.2.39 Wed, 19 Jul 2023 00:20:31 GMT _Version update only_ ## 0.2.38 Fri, 14 Jul 2023 15:20:45 GMT _Version update only_ ## 0.2.37 Thu, 13 Jul 2023 00:22:37 GMT _Version update only_ ## 0.2.36 Wed, 12 Jul 2023 15:20:39 GMT _Version update only_ ## 0.2.35 Wed, 12 Jul 2023 00:23:29 GMT _Version update only_ ## 0.2.34 Fri, 07 Jul 2023 00:19:32 GMT _Version update only_ ## 0.2.33 Thu, 06 Jul 2023 00:16:19 GMT _Version update only_ ## 0.2.32 Tue, 04 Jul 2023 00:18:47 GMT _Version update only_ ## 0.2.31 Mon, 19 Jun 2023 22:40:21 GMT _Version update only_ ## 0.2.30 Thu, 15 Jun 2023 00:21:02 GMT _Version update only_ ## 0.2.29 Wed, 14 Jun 2023 00:19:42 GMT _Version update only_ ## 0.2.28 Tue, 13 Jun 2023 15:17:20 GMT _Version update only_ ## 0.2.27 Tue, 13 Jun 2023 01:49:02 GMT _Version update only_ ## 0.2.26 Fri, 09 Jun 2023 18:05:35 GMT _Version update only_ ## 0.2.25 Fri, 09 Jun 2023 15:23:15 GMT _Version update only_ ## 0.2.24 Fri, 09 Jun 2023 00:19:49 GMT _Version update only_ ## 0.2.23 Thu, 08 Jun 2023 15:21:17 GMT _Version update only_ ## 0.2.22 Thu, 08 Jun 2023 00:20:02 GMT _Version update only_ ## 0.2.21 Wed, 07 Jun 2023 22:45:17 GMT _Version update only_ ## 0.2.20 Tue, 06 Jun 2023 02:52:51 GMT _Version update only_ ## 0.2.19 Mon, 05 Jun 2023 21:45:21 GMT _Version update only_ ## 0.2.18 Fri, 02 Jun 2023 02:01:12 GMT _Version update only_ ## 0.2.17 Mon, 29 May 2023 15:21:15 GMT _Version update only_ ## 0.2.16 Mon, 22 May 2023 06:34:33 GMT _Version update only_ ## 0.2.15 Fri, 12 May 2023 00:23:05 GMT _Version update only_ ## 0.2.14 Thu, 04 May 2023 00:20:28 GMT _Version update only_ ## 0.2.13 Mon, 01 May 2023 15:23:19 GMT _Version update only_ ## 0.2.12 Sat, 29 Apr 2023 00:23:02 GMT _Version update only_ ## 0.2.11 Thu, 27 Apr 2023 17:18:42 GMT _Version update only_ ## 0.2.10 Thu, 20 Apr 2023 15:16:55 GMT _Version update only_ ## 0.2.9 Tue, 11 Apr 2023 00:23:22 GMT _Version update only_ ## 0.2.8 Fri, 07 Apr 2023 22:19:21 GMT _Version update only_ ## 0.2.7 Tue, 04 Apr 2023 22:36:28 GMT _Version update only_ ## 0.2.6 Thu, 23 Mar 2023 15:24:08 GMT _Version update only_ ## 0.2.5 Wed, 22 Mar 2023 20:48:30 GMT _Version update only_ ## 0.2.4 Sat, 18 Mar 2023 00:20:56 GMT _Version update only_ ## 0.2.3 Sat, 11 Mar 2023 01:24:51 GMT _Version update only_ ## 0.2.2 Fri, 10 Feb 2023 01:18:50 GMT _Version update only_ ## 0.2.1 Sun, 05 Feb 2023 03:02:02 GMT _Version update only_ ## 0.2.0 Wed, 01 Feb 2023 16:23:04 GMT ### Minor changes - Apply webpack's "output.hashSalt" configuration property (if present) to the folder hash. ## 0.1.58 Wed, 01 Feb 2023 02:16:34 GMT _Version update only_ ## 0.1.57 Mon, 30 Jan 2023 16:22:31 GMT _Version update only_ ## 0.1.56 Mon, 30 Jan 2023 00:55:44 GMT _Version update only_ ## 0.1.55 Thu, 26 Jan 2023 02:55:10 GMT _Version update only_ ## 0.1.54 Wed, 25 Jan 2023 07:26:55 GMT _Version update only_ ## 0.1.53 Wed, 18 Jan 2023 22:44:12 GMT _Version update only_ ## 0.1.52 Tue, 20 Dec 2022 01:18:22 GMT _Version update only_ ## 0.1.51 Fri, 09 Dec 2022 16:18:28 GMT _Version update only_ ## 0.1.50 Fri, 02 Dec 2022 01:15:41 GMT _Version update only_ ## 0.1.49 Tue, 29 Nov 2022 01:16:49 GMT _Version update only_ ## 0.1.48 Tue, 08 Nov 2022 01:20:56 GMT _Version update only_ ## 0.1.47 Wed, 26 Oct 2022 00:16:16 GMT _Version update only_ ## 0.1.46 Tue, 25 Oct 2022 00:20:44 GMT _Version update only_ ## 0.1.45 Mon, 17 Oct 2022 22:14:21 GMT _Version update only_ ## 0.1.44 Mon, 17 Oct 2022 15:16:00 GMT _Version update only_ ## 0.1.43 Fri, 14 Oct 2022 15:26:32 GMT _Version update only_ ## 0.1.42 Thu, 13 Oct 2022 00:20:15 GMT _Version update only_ ## 0.1.41 Tue, 11 Oct 2022 23:49:12 GMT _Version update only_ ## 0.1.40 Mon, 10 Oct 2022 15:23:44 GMT _Version update only_ ## 0.1.39 Thu, 29 Sep 2022 07:13:06 GMT _Version update only_ ## 0.1.38 Tue, 27 Sep 2022 22:17:20 GMT _Version update only_ ## 0.1.37 Wed, 21 Sep 2022 20:21:10 GMT _Version update only_ ## 0.1.36 Thu, 15 Sep 2022 00:18:51 GMT _Version update only_ ## 0.1.35 Tue, 13 Sep 2022 00:16:55 GMT _Version update only_ ## 0.1.34 Mon, 12 Sep 2022 22:27:48 GMT _Version update only_ ## 0.1.33 Fri, 02 Sep 2022 17:48:43 GMT _Version update only_ ## 0.1.32 Wed, 31 Aug 2022 01:45:06 GMT _Version update only_ ## 0.1.31 Wed, 31 Aug 2022 00:42:46 GMT _Version update only_ ## 0.1.30 Wed, 24 Aug 2022 03:01:22 GMT _Version update only_ ## 0.1.29 Wed, 24 Aug 2022 00:14:38 GMT _Version update only_ ## 0.1.28 Fri, 19 Aug 2022 00:17:19 GMT _Version update only_ ## 0.1.27 Wed, 10 Aug 2022 09:52:12 GMT _Version update only_ ## 0.1.26 Wed, 10 Aug 2022 08:12:16 GMT _Version update only_ ## 0.1.25 Thu, 04 Aug 2022 00:56:57 GMT ### Patches - Fix an issue where the plugin will throw if the folder being required contains subfolders. ## 0.1.24 Wed, 03 Aug 2022 18:40:35 GMT _Version update only_ ## 0.1.23 Mon, 01 Aug 2022 02:45:32 GMT _Version update only_ ## 0.1.22 Thu, 21 Jul 2022 23:30:27 GMT _Version update only_ ## 0.1.21 Thu, 21 Jul 2022 00:16:14 GMT _Version update only_ ## 0.1.20 Wed, 13 Jul 2022 21:31:13 GMT _Version update only_ ## 0.1.19 Fri, 08 Jul 2022 15:17:46 GMT _Version update only_ ## 0.1.18 Mon, 04 Jul 2022 15:15:13 GMT _Version update only_ ## 0.1.17 Thu, 30 Jun 2022 04:48:54 GMT _Version update only_ ## 0.1.16 Tue, 28 Jun 2022 22:47:13 GMT _Version update only_ ## 0.1.15 Tue, 28 Jun 2022 00:23:32 GMT _Version update only_ ## 0.1.14 Mon, 27 Jun 2022 18:43:09 GMT _Version update only_ ## 0.1.13 Sat, 25 Jun 2022 21:00:40 GMT _Version update only_ ## 0.1.12 Sat, 25 Jun 2022 01:54:29 GMT _Version update only_ ## 0.1.11 Fri, 24 Jun 2022 07:16:47 GMT _Version update only_ ## 0.1.10 Thu, 23 Jun 2022 22:14:24 GMT _Version update only_ ## 0.1.9 Fri, 17 Jun 2022 09:17:54 GMT _Version update only_ ## 0.1.8 Fri, 17 Jun 2022 00:16:18 GMT ### Patches - Bump @types/webpack ## 0.1.7 Tue, 07 Jun 2022 09:37:05 GMT _Version update only_ ## 0.1.6 Wed, 25 May 2022 22:25:07 GMT _Version update only_ ## 0.1.5 Thu, 19 May 2022 15:13:20 GMT _Version update only_ ## 0.1.4 Wed, 18 May 2022 15:10:55 GMT _Version update only_ ## 0.1.3 Sat, 14 May 2022 03:01:27 GMT _Version update only_ ## 0.1.2 Tue, 10 May 2022 01:20:43 GMT _Version update only_ ## 0.1.1 Mon, 09 May 2022 15:13:37 GMT ### Patches - Fix a link in the README. ## 0.1.0 Fri, 06 May 2022 18:54:42 GMT ### Minor changes - Initial project publish.