Skip to content

Commit b886b98

Browse files
authored
Merge pull request #11 from taj54/release/v0.7.0
Release: v0.7.0
2 parents 7136d0d + de13cd3 commit b886b98

4 files changed

Lines changed: 9 additions & 3 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.)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "universal-version-bump",
33
"displayName": "Universal Version Bump",
4-
"version": "0.6.2",
4+
"version": "0.7.0",
55
"description": "A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)",
66
"main": "dist/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)