Skip to content

Commit

Permalink
🔖 Set release version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrob committed Jan 2, 2025
1 parent 8027d75 commit 9a62715
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.template..yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Unused to avoid noise due to low risk and update frequency of this repo
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'dependencies'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'dependencies'
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'dependencies'
21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.7.0] - 2025-01-02

### Added

- ~~Add dependabot update configuration~~
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"displayName": "vscode-just",
"description": "Justfile syntax support for Visual Studio Code",
"license": "MIT",
"version": "0.6.0",
"version": "0.7.0",
"engines": {
"node": ">=22 || ^20.9.0",
"vscode": ">=1.91.0"
Expand Down

0 comments on commit 9a62715

Please sign in to comment.