Skip to content

Commit

Permalink
Bumped v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Mar 19, 2024
1 parent f497fca commit 27be985
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2022 Damien Simonin Feugas
Copyright (c) 2024 Matteo Collina
Copyright (c) 2022-2024 Damien Simonin Feugas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# pino-roll
[![npm version](https://img.shields.io/npm/v/pino-roll)](https://www.npmjs.com/package/pino-roll)
[![Build Status](https://img.shields.io/github/workflow/status/feugy/pino-roll/CI)](https://github.com/feugy/pino-roll/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/feugy/pino-roll/badge.svg)](https://snyk.io/test/github/feugy/pino-roll)
<!-- [![Coverage Status](https://coveralls.io/repos/github/feugy/pino-roll/badge.svg?branch=master)](https://coveralls.io/github/feugy/pino-roll?branch=master) -->
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)

A Pino transport that automatically rolls your log files
A Pino transport that automatically rolls your log files.

## Install

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-roll",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "A Pino transport that automatically rolls your log files",
"main": "pino-roll.js",
"scripts": {
Expand All @@ -11,13 +11,16 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/feugy/pino-roll.git"
"url": "git+https://github.com/mcollina/pino-roll.git"
},
"keywords": [
"pino",
"transport"
],
"author": "Damien Simonin Feugas <[email protected]>",
"contributors": [
"Matteo Collina <[email protected]>"
],
"license": "MIT",
"dependencies": {
"sonic-boom": "^3.8.0"
Expand Down

0 comments on commit 27be985

Please sign in to comment.