is-language-code 4.1.16 → 4.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5
5
 
6
6
  ## 4.1.2 (2022-09-05)
7
7
 
8
- ### Bug Fixes
8
+ ### Fixed
9
9
 
10
10
  - address memory leaks related to arrays not being garbage-collected ([7001193](https://github.com/codsen/codsen/commit/7001193ba3f6eec5015b5f1199f6ae296ae31204))
11
11
 
@@ -23,7 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
23
23
 
24
24
  ### BREAKING CHANGES
25
25
 
26
- - programs now are in ES Modules and won't work with Common JS require()
26
+ - programs now are in ES Modules and won't work with Common JS `require()`
27
27
 
28
28
  ## 3.1.0 (2021-05-24)
29
29
 
@@ -39,9 +39,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
39
39
 
40
40
  ## 3.0.1 (2021-01-28)
41
41
 
42
- ### Bug Fixes
42
+ ### Fixed
43
43
 
44
- - add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
44
+ - add `testStats` to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
45
45
 
46
46
  ## 3.0.0 (2021-01-23)
47
47
 
@@ -55,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55
55
 
56
56
  ## 2.0.0 (2020-11-28)
57
57
 
58
- Accidental version bump during migration to sourcehut. Sorry about that.
58
+ Accidental version bump during migration to SourceHut. Sorry about that.
59
59
 
60
60
  ## 1.0.0 (2020-01-05)
61
61