Skip to content

Commit bcfdd05

Browse files
chore: release (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af90f17 commit bcfdd05

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.1"
2+
".": "4.0.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.0.2](https://www.github.com/yargs/y18n/compare/y18n-v4.0.1...y18n-v4.0.2) (2021-04-07)
6+
7+
8+
### Bug Fixes
9+
10+
* **security:** ensure entry exists for backport ([#120](https://www.github.com/yargs/y18n/issues/120)) ([b22c0df](https://www.github.com/yargs/y18n/commit/b22c0df59d0851d7be9fd1d51f6a5ee974c9fc94))
11+
512
### [5.0.4](https://www.github.com/yargs/y18n/compare/v5.0.3...v5.0.4) (2020-10-16)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "y18n",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "the bare-bones internationalization library used by yargs",
55
"exports": {
66
".": [

0 commit comments

Comments
 (0)