@rockcarver/frodo-lib 0.14.0 → 0.14.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 +19 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.14.1] - 2022-10-11
11
+
12
+ ### Changed
13
+
14
+ - Release name is now prefixed with `Frodo Libray` for clarity in notifications.
15
+
16
+ ### Added
17
+
18
+ - rockcarver/frodo-cli#70: Added ability to create custom logging noise filters
19
+ - \#119, #121: Library modules can now produce verbose output Embedding code has to register a verboseHandler and enable verbose flag in session.
20
+ - \#120, #122: Library modules can now produce debug output. Embedding code has to register a debugHandler and enable debug flag in session.
21
+
22
+ ### Fixed
23
+
24
+ - \#116: Frodo now properly imports themes.
25
+
10
26
  ## [0.14.0] - 2022-10-11
11
27
 
12
28
  ### Added
@@ -607,7 +623,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
607
623
  - Fixed problem with adding connection profiles
608
624
  - Miscellaneous bug fixes
609
625
 
610
- [Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v0.14.0...HEAD
626
+ [Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v0.14.1...HEAD
627
+
628
+ [0.14.1]: https://github.com/rockcarver/frodo-lib/compare/v0.14.0...v0.14.1
611
629
 
612
630
  [0.14.0]: https://github.com/rockcarver/frodo-lib/compare/v0.13.2-0...v0.14.0
613
631
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-lib",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "type": "commonjs",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.mjs",