Skip to content

Commit de13cd3

Browse files
committed
chore: update version to v0.7.0 in index.js and changelog
1 parent b3b89a4 commit de13cd3

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: pnpm install --frozen-lockfile
2929

3030
- name: Run tests
31-
run: pnpm run test
31+
run: pnpm run test

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes for each version of the Ambient Music extension.
44

55
---
66

7+
## v0.7.0 2025 08 24
8+
9+
- fix: Update version badges in README for consistency.
10+
- feat: Integrate Vitest for comprehensive unit testing.
11+
- chore: Bump version to 0.7.0.
12+
713
## v0.6.2 2025 08 24
814

915
- fix: Update version badges in README for consistency.

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* universal-version-bump v0.6.2
2+
* universal-version-bump v0.7.0
33
* Universal Version Bump
44
*
55
* Description: A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)

0 commit comments

Comments
 (0)