Skip to content

Commit f73608e

Browse files
committed
Incorrect entropy values in README file
1 parent b05fe90 commit f73608e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Here are a few common issues.
1111

1212
## [Unreleased]
1313

14+
## [0.0.4] - 2019-11-02
15+
16+
### Changed
17+
18+
- Incorrect entropy values in README.
19+
1420
## [0.0.3] - 2019-11-01
1521

1622
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -9,7 +9,7 @@
99
"url": "https://github.com/michelcaradec/string-checker-js"
1010
},
1111
"license": "MIT",
12-
"version": "0.0.3",
12+
"version": "0.0.4",
1313
"engines": {
1414
"vscode": "^1.38.0"
1515
},

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export class Constants {
22
static readonly ExtensionName = 'string-checker-js';
3-
static readonly ExtensionVersion = 'v0.0.3';
3+
static readonly ExtensionVersion = 'v0.0.4';
44
static readonly ExtensionID = 'string-checker-js';
55
static readonly ItemStringPrefix = 'string:';
66
static readonly ItemRegexPrefix = 'regex:';

0 commit comments

Comments
 (0)