Skip to content

Commit 73e07cf

Browse files
committed
feat: Source Map Visualizer v1.0.7
This release adds GitHub Sponsors support and continues to improve the development workflow. ## What's New - Added GitHub Sponsors funding configuration - Improved release process with master subset verification ## Previous Improvements (v1.0.6) - Fixed TypeScript linting errors - Improved type safety throughout the codebase For more details, see CHANGELOG.md
1 parent ebf8c10 commit 73e07cf

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: zw3rk

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.7] - 2025-01-02
4+
5+
### Added
6+
- GitHub Sponsors funding configuration
7+
8+
### Internal
9+
- Added master subset verification to release checklist
10+
- Cleaned up release process to ensure master is always a true subset of develop
11+
312
## [1.0.6] - 2025-01-02
413

514
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "source-map-visualizer",
33
"displayName": "Source Map Visualizer",
44
"description": "Advanced source map visualization and visual mapping editor for VSCode",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"engines": {
77
"vscode": "^1.74.0"
88
},

0 commit comments

Comments
 (0)