@signageos/lib 10.17.0 → 10.17.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [10.17.1] - 2023-05-16
8
+ ### Fixed
9
+ - `isDefinedForEnvironment` naming convention
10
+
7
11
  ## [10.17.0] - 2023-05-16
8
12
  ### Added
9
13
  - Test coverage tool `c8`
10
- - `IsDefinedForEnvironment` check function
14
+ - `isDefinedForEnvironment` check function
11
15
 
12
16
  ## [10.16.0] - 2023-04-26
13
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "10.17.0",
3
+ "version": "10.17.1",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",