Skip to content

Commit 1466bcb

Browse files
committed
v1.0.0
1 parent 00d9090 commit 1466bcb

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.0.0] - 2023-10-17
11+
12+
### Added
13+
14+
- option to use relative paths for input files (new default). The behavior can be changed via settings. (#6)
15+
916
## [0.0.6] - 2023-09-06
17+
1018
### Fixed
19+
1120
- context switch on Windows (#4)
1221

1322
## [0.0.5] - 2023-09-05
23+
1424
### Fixed
25+
1526
- README cutoff
1627

1728
## [0.0.4] - 2023-08-31
29+
1830
### Fixed
31+
1932
- Infinite execution loop when input file is not valid JSON (#1)
2033

2134
### Changed
35+
2236
- Extension icon
2337

2438
## [0.0.3] - 2023-08-30
39+
2540
- no extension changes
2641
- marketplace listing update
2742

2843
## [0.0.2] - 2023-08-30
44+
2945
- no extension changes
3046
- marketplace listing update and CI improvements
3147

3248
## [0.0.1] - 2023-08-30
33-
- Initial release
49+
50+
- Initial release

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/mesarth/JSONPath-Notebook/"
1414
},
15-
"version": "0.0.6",
15+
"version": "1.0.0",
1616
"engines": {
1717
"vscode": "^1.80.0"
1818
},
@@ -109,4 +109,4 @@
109109
"dependencies": {
110110
"upath": "^2.0.1"
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)