Skip to content

Commit 8485891

Browse files
committed
2 parents 7386f46 + c44afa9 commit 8485891

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 1.0.0 (2023-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Adding npm caching ([d415cbc](https://github.com/michaeljolley/vscode-vs-outlining/commit/d415cbc0af8f46a8794d6aecf01ec0cf362e17ce))
7+
* Adding pnpm caching to build process ([31047ab](https://github.com/michaeljolley/vscode-vs-outlining/commit/31047abcfafa7b72977e1185f91cb7b0a398f54e))
8+
* Working on CI action ([dff18f5](https://github.com/michaeljolley/vscode-vs-outlining/commit/dff18f5899316543b2d50cd7949d250a33007478))
9+
10+
11+
### Features
12+
13+
* Initial build and release ([f8f4cc2](https://github.com/michaeljolley/vscode-vs-outlining/commit/f8f4cc20882dd9ec3511081d4cf8dd029b7fee29))
14+
115
# Change Log
216

317
All notable changes to the "vscode-fold-it" extension will be documented in this file.
@@ -6,4 +20,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
620

721
## [Unreleased]
822

9-
- Initial release
23+
- Initial release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-vs-outlining",
33
"displayName": "Visual Studio Outlining",
44
"description": "VS Code extension that adds Visual Studio outlining capabilities",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"preview": false,
77
"publisher": "michaeljolley",
88
"license": "MIT",

0 commit comments

Comments
 (0)