Skip to content

Commit

Permalink
Update CHANGELOG.md and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszchudyk committed Feb 1, 2019
1 parent 82edc6a commit f04ae53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.0.3] (2019-02-02)

### Added
- Conversion to size in a readable form with binary prefix (e.g. KiB, etc.)
Expand Down Expand Up @@ -33,6 +33,7 @@ Display a hover with following conversions of the pointed hexadecimal value:



[Unreleased]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v0.0.2...HEAD
[Unreleased]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/mateuszchudyk/vscode-hexinspector/commit/165f3ed7caeed85a803346ce4e36781e25abb1ce
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "hexinspector",
"displayName": "HexInspector",
"description": "Provides fast and easy way to peek a hexadecimal value in different forms",
"version": "0.0.2",
"description": "Provides fast and easy way to peek other forms of a hexadecimal values",
"version": "0.0.3",
"publisher": "mateuszchudyk",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f04ae53

Please sign in to comment.