Skip to content

Commit d82ed14

Browse files
committed
Update repository URL and bump version to 1.0.2 in package.json and CHANGELOG.md
1 parent 32bc58e commit d82ed14

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77
## [Unreleased]
88

99

10+
## v1.0.2
11+
### Changed
12+
- Repository URL to `https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer`
13+
1014
## v1.0.1
1115
### Added
1216
- Extension Logo

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "magento-log-viewer",
33
"displayName": "Magento Log Viewer",
44
"description": "A Visual Studio Code extension to view and manage Magento log files.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"publisher": "MathiasElle",
77
"icon": "resources/logo.png",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/dermatz/vscode-ext-magento-log-viewer"
10+
"url": "https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer"
1111
},
1212
"engines": {
1313
"vscode": "^1.95.0"

0 commit comments

Comments
 (0)