]> git.r.bdr.sh - rbdr/cologne/commitdiff
Update CHANGELOG and package.json
authorRuben Beltran del Rio <redacted>
Mon, 21 Sep 2020 13:26:01 +0000 (15:26 +0200)
committerRuben Beltran del Rio <redacted>
Mon, 21 Sep 2020 13:26:01 +0000 (15:26 +0200)
CHANGELOG.md
package-lock.json
package.json

index c485e9164c72f96ce909e2685a404168374d66d3..29057378a4e221058ff207d298be39fd1e57d9d9 100644 (file)
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [2.0.1] - 2020-09-20
+## [2.0.2] - 2020-09-21
+### Changed
+- Fixed links and dates in CHANGELOG.md
+- Now only lib files will be included in the package
+
+## [2.0.1] - 2020-09-21
 ### Added
 - Sonarcloud config for code quality
 
@@ -46,3 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## 1.0.0 - 2016-01-21
 ### Added
 - Initial log functionality
+
+[2.0.2]: https://gitlab.com/rbdr/cologne/-/compare/v2.0.1...v2.0.2
+[2.0.1]: https://gitlab.com/rbdr/cologne/-/compare/v2.0.0...v2.0.1
+[2.0.0]: https://gitlab.com/rbdr/cologne/-/compare/v1.1.0...v2.0.0
+[1.1.0]: https://gitlab.com/rbdr/cologne/-/tags/v1.1.0
index 8e31432afa8e78186f4d6331ec9f067dc3adb3f0..61a100ae87de22f477b120b7e9e7a7b594de8e71 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "cologne",
-  "version": "2.0.1",
+  "version": "2.0.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index ab2feef46f3653cb999368564bbde13c7f0356bf..418a47847a759e70c164b5e454f7c91deb4bee0c 100644 (file)
@@ -9,7 +9,7 @@
   "bugs": {
     "url": "https://gitlab.com/rbdr/cologne/issues"
   },
-  "version": "2.0.1",
+  "version": "2.0.2",
   "devDependencies": {
     "@hapi/eslint-config-hapi": "^13.0.2",
     "@hapi/eslint-plugin-hapi": "^4.3.6",
@@ -23,5 +23,8 @@
     "test": "tap",
     "coverage": "nyc report --reporter=text-lcov"
   },
-  "main": "./lib/cologne.js"
+  "main": "./lib/cologne.js",
+  "files": [
+    "lib/"
+  ]
 }