@mxtommy/kip 2.1.0 → 2.1.2

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 +3 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # V 2.1.2
2
+ ## Fixes
3
+ * Package description typo and changelog updates
1
4
  # V 2.1.0
2
5
  ## Improvements
3
6
  * Cleaner Wind Widget styles and layout with improved visual experience
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "2.1.0",
4
- "description": "An advanced and verasatile marine instrumentation package to display Signal K data.",
3
+ "version": "2.1.2",
4
+ "description": "An advanced and versatile marine instrumentation package to display Signal K data.",
5
5
  "license": "MIT",
6
6
  "author": {"name": "Thomas St.Pierre", "email": "thomas@samoht.ca"},
7
7
  "contributors": [{"name": "David Godin", "email": "godind@hotmail.com"}],