Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-09-21)

### Bug Fixes

* Adding npm caching ([d415cbc](d415cbc))
* Adding pnpm caching to build process ([31047ab](31047ab))
* Working on CI action ([dff18f5](dff18f5))

### Features

* Initial build and release ([f8f4cc2](f8f4cc2))
  • Loading branch information
semantic-release-bot committed Sep 21, 2023
1 parent 9eb3156 commit c44afa9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.0.0 (2023-09-21)


### Bug Fixes

* Adding npm caching ([d415cbc](https://github.com/michaeljolley/vscode-vs-outlining/commit/d415cbc0af8f46a8794d6aecf01ec0cf362e17ce))
* Adding pnpm caching to build process ([31047ab](https://github.com/michaeljolley/vscode-vs-outlining/commit/31047abcfafa7b72977e1185f91cb7b0a398f54e))
* Working on CI action ([dff18f5](https://github.com/michaeljolley/vscode-vs-outlining/commit/dff18f5899316543b2d50cd7949d250a33007478))


### Features

* Initial build and release ([f8f4cc2](https://github.com/michaeljolley/vscode-vs-outlining/commit/f8f4cc20882dd9ec3511081d4cf8dd029b7fee29))

# Change Log

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

## [Unreleased]

- Initial release
- Initial release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-vs-outlining",
"displayName": "Visual Studio Outlining",
"description": "VS Code extension that adds Visual Studio outlining capabilities",
"version": "0.0.1",
"version": "1.0.0",
"preview": false,
"publisher": "michaeljolley",
"license": "MIT",
Expand Down

0 comments on commit c44afa9

Please sign in to comment.