Skip to content

Commit 0aa97c5

Browse files
authoredApr 7, 2021
chore: release 4.x.x (#128)
1 parent a8e7f04 commit 0aa97c5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.2"
2+
".": "4.0.3"
33
}

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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

55

6+
### [4.0.3](https://www.github.com/yargs/y18n/compare/y18n-v4.0.2...y18n-v4.0.3) (2021-04-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **release:** 4.x.x should not enforce Node 10 ([#126](https://www.github.com/yargs/y18n/issues/126)) ([1e21a53](https://www.github.com/yargs/y18n/commit/1e21a536e9135d8403a47be88922157a706b7cde))
12+
613
### 4.0.1 (2020-11-30)
714

815
### Bug Fixes

‎package.json

+1-1
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.3",
44
"description": "the bare-bones internationalization library used by yargs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.