Skip to content

Commit 82d6731

Browse files
committed
modified: CHANGELOG.md
modified: README.md modified: package-lock.json modified: package.json
1 parent 46182d5 commit 82d6731

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ All notable changes to the "Microbeaut VBA Snippets" extension will be documente
2727
- Updated descriptions
2828
- Added new statements
2929
- Added Conversion functions
30-
- Added Math functions
30+
- Added Math functions
31+
32+
### [0.0.5]
33+
- Fixed package not updated.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,9 @@ Tan (number)
15171517
- Added Conversion functions
15181518
- Added Math functions
15191519

1520+
### [0.0.5]
1521+
- Fixed package not updated.
1522+
<br/>
15201523

15211524
# License
15221525

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "microbeaut-vba-snippets",
33
"displayName": "MicroBeaut VBA Snippets",
44
"description": "Code Snippets for Visual Basic for Applications (VBA)",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"publisher": "MicroBeaut",
77
"icon": "images/microbeaut-logo.png",
88
"engines": {

0 commit comments

Comments
 (0)