Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
.vscode
__tests__
test
tsconfig.json
coverage
.github/
.vscode/
coverage/
docs/
example/
src/
.*
*.config.js
docs
*config.js*
*.md
logo.*
**/*.spec.*
**/__tests__/
**/__mocks__/
**/__snapshots__/
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.2.1](https://github.com/SkeLLLa/fastify-status/compare/v2.2.0...v2.2.1) (2020-05-24)

### Bug Fixes

- clean package from junk ([d7b12fd](https://github.com/SkeLLLa/fastify-status/commit/d7b12fdcaa805f36a9792149793adfe7be6d04f6))

## [2.2.0](https://github.com/SkeLLLa/fastify-status/compare/v2.1.0...v2.2.0) (2020-05-24)

### Features

- tests, actions, logo linting ([40cd26d](https://github.com/SkeLLLa/fastify-status/commit/40cd26d42903caa966239b5c245de11ae3903ab9))

### Misc

- clean package.json ([4fe4923](https://github.com/SkeLLLa/fastify-status/commit/4fe4923085cd936ea6bfc6e3a90556d764f1a3ad))
- deps fix ([6c213cb](https://github.com/SkeLLLa/fastify-status/commit/6c213cb4b1f1b5ab4fbe7aaa3e78fe8456590be1))

## [2.1.0](https://gitlab.com/m03geek/fastify-status/compare/v2.0.1...v2.1.0) (2020-05-14)

### Features
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Returns common info about fastify server. Could be used for healthchecks and sta
- [Installation](#installation)
- [Usage](#usage)
- [Format](#format)
- [Changelog](#changelog)
- [See also](#see-also)
- [License](#license)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
verbose: true,
testMatch: ['**/__tests__/**/*.spec.js'],
testPathIgnorePatterns: ['/node_modules/', '/build/', '/static/'],
coverageReporters: ['lcov', 'text'],
coverageReporters: ['lcov', 'text', 'json'],
collectCoverageFrom: ['lib/**/*.js'],
};
8 changes: 4 additions & 4 deletions 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-status",
"version": "2.1.0",
"version": "2.2.1",
"description": "Returns common info about fastify server. Could be used for healthchecks and status monitoring.",
"keywords": [
"fastify-plugin",
Expand Down