Skip to content

Commit f2beb1e

Browse files
chore: release 5.0.0 (#91)
1 parent b284631 commit f2beb1e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
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-
<a name="4.0.0"></a>
5+
## [5.0.0](https://www.github.com/yargs/y18n/compare/v4.0.0...v5.0.0) (2020-09-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* exports maps are now used, which modifies import behavior.
11+
* drops Node 6 and 4. begin following Node.js LTS schedule (#89)
12+
13+
### Features
14+
15+
* add support for ESM and Deno [#95](https://www.github.com/yargs/y18n/issues/95)) ([4d7ae94](https://www.github.com/yargs/y18n/commit/4d7ae94bcb42e84164e2180366474b1cd321ed94))
16+
17+
18+
### Build System
19+
20+
* drops Node 6 and 4. begin following Node.js LTS schedule ([#89](https://www.github.com/yargs/y18n/issues/89)) ([3cc0c28](https://www.github.com/yargs/y18n/commit/3cc0c287240727b84eaf1927f903612ec80f5e43))
21+
622
## [4.0.0](https://github.com/yargs/y18n/compare/v3.2.1...v4.0.0) (2017-10-10)
723

824

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.0",
3+
"version": "5.0.0",
44
"description": "the bare-bones internationalization library used by yargs",
55
"exports": {
66
"import": "./index.mjs",

0 commit comments

Comments
 (0)