Skip to content

Commit f42c37e

Browse files
Merge pull request #62 from nicomiguelino/bump-integration-version
chore: bump Zapier integration from v0.5.0 to 0.6.0
2 parents 1607e9e + aeec968 commit f42c37e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/developer-documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ The integration is automatically deployed to Zapier when a new version tag is pu
160160
1. Create and push a new version tag:
161161

162162
```bash
163-
git tag -a v0.5.0 -m "New release"
164-
git push origin v0.5.0
163+
git tag -a v0.6.0 -m "New release"
164+
git push origin v0.6.0
165165
```
166166

167167
2. The GitHub Action will:
@@ -177,7 +177,7 @@ npm run build && zapier push
177177
## Version Management
178178

179179
- Use semantic versioning (MAJOR.MINOR.PATCH)
180-
- Tag format: `v*.*.*` (e.g., v0.5.0, v1.0.0)
180+
- Tag format: `v*.*.*` (e.g., v0.6.0, v1.0.0)
181181
- Pre-release versions: Use `-beta`, `-alpha` suffixes
182182

183183
## License

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zapier-screenly",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Screenly integration for Zapier platform",
55
"main": "dist/index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)