@cocreate/planetscale 1.1.0 → 1.1.1

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.
@@ -3,7 +3,7 @@ name: Automated Workflow
3
3
  on:
4
4
  push:
5
5
  branches:
6
- - master
6
+ - main
7
7
 
8
8
  jobs:
9
9
  about:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.1.1](https://github.com/CoCreate-app/CoCreate-planetscale/compare/v1.1.0...v1.1.1) (2026-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * set default branch to main ([45ed417](https://github.com/CoCreate-app/CoCreate-planetscale/commit/45ed41794be1b23b273c1add800a75dd6e88339c))
7
+
1
8
  # [1.1.0](https://github.com/CoCreate-app/CoCreate-planetscale/compare/v1.0.0...v1.1.0) (2026-07-19)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/planetscale",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Lightweight, real-time PlanetScale CRUD wrapper and multi-tenant state routing client for the collaborative CoCreate ecosystem.",
5
5
  "keywords": [
6
6
  "planetscale",
package/release.config.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  dryRun: false,
3
- branches: ["master"],
3
+ branches: ["main"],
4
4
  plugins: [
5
5
  "@semantic-release/commit-analyzer",
6
6
  "@semantic-release/release-notes-generator",