is-language-code 4.0.14 → 4.1.1

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 4.1.0 (2022-08-12)
7
+
8
+ ### Features
9
+
10
+ - export types ([11b5fb9](https://github.com/codsen/codsen/commit/11b5fb936ce20e0a77c3a09806773e1cd7695c50))
11
+
6
12
  ## 4.0.0 (2021-09-09)
7
13
 
8
14
  ### Features
package/README.md CHANGED
@@ -52,7 +52,7 @@ assert.deepEqual(isLangCode("sr-Latn"), {
52
52
 
53
53
  ## Documentation
54
54
 
55
- Please [visit codsen.com](https://codsen.com/os/is-language-code/) for a full description of the API.
55
+ Please [visit codsen.com](https://codsen.com/os/is-language-code/) for a full description of the API. Also, try the [GUI playground](https://codsen.com/os/is-language-code/play).
56
56
 
57
57
  ## Contributing
58
58