Skip to content

Commit 5b93c2e

Browse files
RahulHereRahulHere
authored andcommitted
Release version 0.1.20
Prepare release v0.1.20: - Update package.json to version 0.1.20 - Update platform packages to version 0.1.20 - Update CHANGELOG.md: [Unreleased] -> [0.1.20] - 2026-04-28 gopher-orch version: 0.1.20 Changes in this release: ### Fixed - Fix bundling: resolve @rpath deps (libbrotlicommon etc.) - Remove macOS x64 from verify-native (covered by ARM64)
1 parent 5a70f4d commit 5b93c2e

9 files changed

Lines changed: 29 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010

1111

12+
## [0.1.20] - 2026-04-28
13+
14+
### Fixed
15+
16+
- Fix bundling: resolve @rpath deps (libbrotlicommon etc.)
17+
- Remove macOS x64 from verify-native (covered by ARM64)
18+
1219
## [0.1.20.1] - 2026-04-28
1320

1421
### Fixed
@@ -252,7 +259,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252259
---
253260

254261
[Unreleased]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...HEAD
255-
[0.1.20.1]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.20.1[0.1.19]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.19[0.1.18]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.18[0.1.16]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.16[0.1.15]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.15[0.1.14.1]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.14.1[0.1.14]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.14[0.1.13]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.13[0.1.12.2]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.12.1...v0.1.12.2
262+
[0.1.20]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.20[0.1.20.1]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.20.1[0.1.19]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.19[0.1.18]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.18[0.1.16]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.16[0.1.15]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.15[0.1.14.1]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.14.1[0.1.14]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.14[0.1.13]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.0-20260227-124047...v0.1.13[0.1.12.2]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.12.1...v0.1.12.2
256263
[0.1.12.1]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.12...v0.1.12.1
257264
[0.1.12]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.2...v0.1.12
258265
[0.1.2]: https://github.com/GopherSecurity/gopher-mcp-js/compare/v0.1.1...v0.1.2

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gopher.security/gopher-mcp-js",
3-
"version": "0.1.20.1",
3+
"version": "0.1.20",
44
"description": "TypeScript SDK for Gopher Orch - AI Agent orchestration framework with native performance",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -40,12 +40,12 @@
4040
"koffi": "^2.9.0"
4141
},
4242
"optionalDependencies": {
43-
"@gopher.security/gopher-orch-darwin-arm64": "0.1.20.1",
44-
"@gopher.security/gopher-orch-darwin-x64": "0.1.20.1",
45-
"@gopher.security/gopher-orch-linux-arm64": "0.1.20.1",
46-
"@gopher.security/gopher-orch-linux-x64": "0.1.20.1",
47-
"@gopher.security/gopher-orch-win32-arm64": "0.1.20.1",
48-
"@gopher.security/gopher-orch-win32-x64": "0.1.20.1"
43+
"@gopher.security/gopher-orch-darwin-arm64": "0.1.20",
44+
"@gopher.security/gopher-orch-darwin-x64": "0.1.20",
45+
"@gopher.security/gopher-orch-linux-arm64": "0.1.20",
46+
"@gopher.security/gopher-orch-linux-x64": "0.1.20",
47+
"@gopher.security/gopher-orch-win32-arm64": "0.1.20",
48+
"@gopher.security/gopher-orch-win32-x64": "0.1.20"
4949
},
5050
"devDependencies": {
5151
"@types/jest": "^29.5.11",

packages/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gopher.security/gopher-orch-darwin-arm64",
3-
"version": "0.1.20.1",
3+
"version": "0.1.20",
44
"description": "macOS ARM64 (Apple Silicon) native binaries for gopher-orch",
55
"license": "MIT",
66
"repository": {

packages/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gopher.security/gopher-orch-darwin-x64",
3-
"version": "0.1.20.1",
3+
"version": "0.1.20",
44
"description": "macOS x64 (Intel) native binaries for gopher-orch",
55
"license": "MIT",
66
"repository": {

packages/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gopher.security/gopher-orch-linux-arm64",
3-
"version": "0.1.20.1",
3+
"version": "0.1.20",
44
"description": "Linux ARM64 native binaries for gopher-orch",
55
"license": "MIT",
66
"repository": {

packages/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gopher.security/gopher-orch-linux-x64",
3-
"version": "0.1.20.1",
3+
"version": "0.1.20",
44
"description": "Linux x64 native binaries for gopher-orch",
55
"license": "MIT",
66
"repository": {

packages/win32-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gopher.security/gopher-orch-win32-arm64",
3-
"version": "0.1.20.1",
3+
"version": "0.1.20",
44
"description": "Windows ARM64 native binaries for gopher-orch",
55
"license": "MIT",
66
"repository": {

packages/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gopher.security/gopher-orch-win32-x64",
3-
"version": "0.1.20.1",
3+
"version": "0.1.20",
44
"description": "Windows x64 native binaries for gopher-orch",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)