diff --git a/CHANGELOG.md b/CHANGELOG.md index 3754d3c..d8a1b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 2.0.1 (2022-02-08) + +### Documentation + +- minor doc and code comment updates, update regenerate CHANGELOG for accuracy + +### Build + +- add `prepublishOnly` script to ensure that the source files are transpiled using the typescript compiler to the lib folder prior to publishing + ## 2.0.0 (2022-02-03) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 7fae622..24ce210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xlts.dev/verdaccio-prometheus-middleware", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xlts.dev/verdaccio-prometheus-middleware", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "prom-client": "14.0.1" diff --git a/package.json b/package.json index 3d206da..441ec25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xlts.dev/verdaccio-prometheus-middleware", - "version": "2.0.0", + "version": "2.0.1", "description": "Verdaccio middleware plugin used to collect prometheus compatible metrics", "keywords": [ "verdaccio",