Skip to content

Commit 5ca0394

Browse files
authored
Merge pull request #2 from zxanderh/release-4.0.0
v4.0.0
2 parents b898b0b + 7fde93f commit 5ca0394

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
## [Unreleased]
11+
### Added
12+
### Changed
13+
### Deprecated
14+
### Removed
15+
### Fixed
16+
### Security
17+
### Dev
18+
---
19+
<br>
20+
21+
## [v4.0.0]
1122
### Added
1223
- NOTICE file citing iso639-3.sil.org as the source of the codes, per their [terms of use](https://iso639-3.sil.org/code_tables/download_tables#termsofuse)
1324
- additional data from ISO 639, including invertedName, refName, scope, and type
@@ -16,16 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1627
- changelog
1728
### Changed
1829
- support es5 (in theory) for this version only
19-
### Deprecated
20-
### Removed
21-
### Fixed
2230
### Security
2331
- fixed vulnerable dev dependencies
2432
### Dev
2533
- added automatic generation of data
2634
- updated eslintrc
27-
---
28-
<br>
2935

3036
## [v3.0.0]
3137
### Added

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
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
@@ -1,6 +1,6 @@
11
{
22
"name": "langs-es",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "ISO 639-1/2/3 Language codes with English and local names",
55
"keywords": [
66
"639",

0 commit comments

Comments
 (0)