@tailor-platform/sdk 0.23.2 → 0.23.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @tailor-platform/sdk
2
2
 
3
+ ## 0.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#283](https://github.com/tailor-platform/sdk/pull/283) [`cb117a8`](https://github.com/tailor-platform/sdk/commit/cb117a89ac6ca1ff4db654f1c89a21800714ff5f) Thanks [@riku99](https://github.com/riku99)! - Automatically add a changeset commit to newly opened Renovate PRs
8
+
9
+ - [#298](https://github.com/tailor-platform/sdk/pull/298) [`cc0f9b4`](https://github.com/tailor-platform/sdk/commit/cc0f9b4c7b1bdb7cefc1336143c0952a7c7c4b44) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update suzuki-shunsuke/commit-action action to v0.0.14
10
+
3
11
  ## 0.23.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "0.23.2",
3
+ "version": "0.23.3",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/configure/index.mjs",