Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit 6d0fdb8

Browse files
committed
Bump version
1 parent b82a322 commit 6d0fdb8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.2.0 / 2020-05-23
2+
=================
3+
* Update dependencies
4+
* Add snyk
5+
16
3.1.0 / 2020-03-11
27
=================
38
* Update dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Outdatedlog [![Build Status](https://travis-ci.org/Alexandre-io/outdatedlog.svg)](https://travis-ci.org/Alexandre-io/outdatedlog) [![Codacy Badge](https://api.codacy.com/project/badge/grade/22d97fc78fb44dffbf62b94da1e6311a)](https://www.codacy.com/app/alexandre_2/outdatedlog)
1+
# Outdatedlog [![Build Status](https://travis-ci.org/Alexandre-io/outdatedlog.svg)](https://travis-ci.org/Alexandre-io/outdatedlog) [![Codacy Badge](https://api.codacy.com/project/badge/grade/22d97fc78fb44dffbf62b94da1e6311a)](https://www.codacy.com/app/alexandre_2/outdatedlog) [![Known Vulnerabilities](https://snyk.io/test/github/Alexandre-io/outdatedlog/badge.svg)](https://snyk.io/test/github/Alexandre-io/outdatedlog)
22

33
This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog.
44

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outdatedlog",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog",
55
"main": "lib/outdatedlog",
66
"scripts": {

0 commit comments

Comments
 (0)