From 00f5660412b2b283d2f936605265373f75325235 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Oct 2025 11:45:51 +0000 Subject: [PATCH] chore: update versions --- .changeset/whole-otters-taste.md | 21 --------------------- .github/ci | 1 + CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 4 files changed, 26 insertions(+), 22 deletions(-) delete mode 100644 .changeset/whole-otters-taste.md create mode 160000 .github/ci create mode 100644 CHANGELOG.md diff --git a/.changeset/whole-otters-taste.md b/.changeset/whole-otters-taste.md deleted file mode 100644 index 63ddd4c..0000000 --- a/.changeset/whole-otters-taste.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@journeyapps/https-proxy-socket': major ---- - -## 1.2.2 -### Major Changes -- Removed support for mssql (tedious). - - If you require this functionality please use [v0.2.2](https://www.npmjs.com/package/@journeyapps/https-proxy-socket/v/0.2.2) instead. -- Support for MongoDB connection via https proxy added. - - npx script added to retrieve replica members from a MongoDB connection string. - -### Minor Changes -- Updated dependencies. - -### Patch Changes -- Convert to Vitest for all tests -- Refactoring and cleanup of codebase -- Changesets added -- GitHub workflows added for CI and publishing. -- Switched repository to `pnpm` as package manager. -- Package is published with support for esm and cjs \ No newline at end of file diff --git a/.github/ci b/.github/ci new file mode 160000 index 0000000..4dc851f --- /dev/null +++ b/.github/ci @@ -0,0 +1 @@ +Subproject commit 4dc851f45e064e333daa08dd834a59fde91e4d6f diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5c4b3a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# @journeyapps/https-proxy-socket + +## 1.0.0 + +### Major Changes + +- 73fb7f7: ## 1.2.2 + + ### Major Changes + - Removed support for mssql (tedious). + - If you require this functionality please use [v0.2.2](https://www.npmjs.com/package/@journeyapps/https-proxy-socket/v/0.2.2) instead. + - Support for MongoDB connection via https proxy added. + - npx script added to retrieve replica members from a MongoDB connection string. + + ### Minor Changes + - Updated dependencies. + + ### Patch Changes + - Convert to Vitest for all tests + - Refactoring and cleanup of codebase + - Changesets added + - GitHub workflows added for CI and publishing. + - Switched repository to `pnpm` as package manager. + - Package is published with support for esm and cjs diff --git a/package.json b/package.json index 15ea8d7..8af083a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@journeyapps/https-proxy-socket", - "version": "0.2.2", + "version": "1.0.0", "author": "JourneyApps", "repository": "journeyapps/https-proxy-socket", "license": "MIT",