Skip to content

Commit

Permalink
chore(release): 6.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m03geek committed May 24, 2020
1 parent 411681a commit 84db25a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [6.0.0-rc.2](https://gitlab.com/m03geek/fastify-metrics/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2020-05-24)


### Misc

* ts build fix ([411681a](https://gitlab.com/m03geek/fastify-metrics/commit/411681a3b96133e8381597a019a8793c35eaab98))

## [6.0.0-rc.1](https://gitlab.com/m03geek/fastify-metrics/compare/v6.0.0-rc.0...v6.0.0-rc.1) (2020-05-24)


Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ___

**fastifyPlugin**: *FastifyPlugin‹[PluginOptions](interfaces/pluginoptions.md)*

Defined in __tests__/exports.spec.ts:2
Defined in __tests__/exports.spec.ts:1

Defined in __tests__/metrics.spec.ts:1

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-metrics",
"version": "6.0.0-rc.1",
"version": "6.0.0-rc.2",
"description": "Prometheus metrics exporter for Fastify",
"keywords": [
"fastify",
Expand Down

0 comments on commit 84db25a

Please sign in to comment.