diff --git a/.github/workflows/lint-sdks.yml b/.github/workflows/lint-sdks.yml index 0afc31ac..55667d3a 100644 --- a/.github/workflows/lint-sdks.yml +++ b/.github/workflows/lint-sdks.yml @@ -33,7 +33,7 @@ jobs: name: Lint Typescript strategy: matrix: - node-version: ['20', '21'] + node-version: ["20", "21"] runs-on: ubuntu-latest steps: - name: Checkout Sources diff --git a/RELEASE.md b/RELEASE.md index 1decdb52..3137c3ff 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -43,7 +43,7 @@ Releasing each SDK is a two to three-step process:

-1. Update the SDK to the new version that you want to release (i.e. update the version in `package.json` for Node, `setup.py` for Python, `flipt_client.gemspec` for Ruby). +1. Update the SDK to the new version that you want to release (i.e. update the version in `package.json` for Node, `pyproject.toml` for Python, `flipt_client.gemspec` for Ruby). 1. Commit and tag the SDK with the new version using the naming convention `flipt-client-{language}-{version}` (i.e. `flipt-client-node-v0.1.0`). 1. Push the tag to `origin`. This will trigger the appropriate GitHub Action to build, package, and publish the SDK. diff --git a/flipt-client-node/tsconfig.json b/flipt-client-node/tsconfig.json index fd216d11..386b7476 100644 --- a/flipt-client-node/tsconfig.json +++ b/flipt-client-node/tsconfig.json @@ -8,11 +8,6 @@ "strict": true, "esModuleInterop": true }, - "include": [ - "src/**/*", - ], - "exclude": [ - "node_modules", - "dist/**/*" - ] -} \ No newline at end of file + "include": ["src/**/*"], + "exclude": ["node_modules", "dist/**/*"] +} diff --git a/flipt-engine-ffi/CHANGELOG.md b/flipt-engine-ffi/CHANGELOG.md index 4965146c..7f2deaaf 100644 --- a/flipt-engine-ffi/CHANGELOG.md +++ b/flipt-engine-ffi/CHANGELOG.md @@ -2,25 +2,22 @@ ## [0.1.13](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.12...flipt-engine-ffi-v0.1.13) (2024-04-27) - ### Bug Fixes -* **engine-ffi:** return error to caller on connection or parse json failures ([#254](https://github.com/flipt-io/flipt-client-sdks/issues/254)) ([aaf3377](https://github.com/flipt-io/flipt-client-sdks/commit/aaf33775ee0d61e94dab5043f7337f330a208cbf)) +- **engine-ffi:** return error to caller on connection or parse json failures ([#254](https://github.com/flipt-io/flipt-client-sdks/issues/254)) ([aaf3377](https://github.com/flipt-io/flipt-client-sdks/commit/aaf33775ee0d61e94dab5043f7337f330a208cbf)) ## [0.1.12](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.12...flipt-engine-ffi-v0.1.12) (2024-04-23) - ### Miscellaneous Chores -* release 0.1.12 ([b6ee0e1](https://github.com/flipt-io/flipt-client-sdks/commit/b6ee0e1147dbdead09f8d64903ef5ab7d9fb2b94)) +- release 0.1.12 ([b6ee0e1](https://github.com/flipt-io/flipt-client-sdks/commit/b6ee0e1147dbdead09f8d64903ef5ab7d9fb2b94)) ## [0.1.11](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.10...flipt-engine-ffi-v0.1.11) (2024-04-10) - ### Features -* Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55)) -* wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be)) +- Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55)) +- wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be)) ## [0.1.10](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.9...flipt-engine-ffi-v0.1.10) (2024-03-28) diff --git a/flipt-engine-wasm/CHANGELOG.md b/flipt-engine-wasm/CHANGELOG.md index 438acc0d..fdef00ce 100644 --- a/flipt-engine-wasm/CHANGELOG.md +++ b/flipt-engine-wasm/CHANGELOG.md @@ -4,5 +4,5 @@ ### Features -* Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55)) -* wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be)) +- Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55)) +- wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be))