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

Commit 7df693a

Browse files
committedFeb 26, 2020
6.0.0
1 parent ea795fb commit 7df693a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
<a name="6.0.0"></a>
4+
# [6.0.0](https://github.com/npm/libnpmhook/compare/v5.0.2...v6.0.0) (2020-02-26)
5+
6+
### Breaking Changes
7+
8+
* [`aa629b4`](https://github.com/npm/libnpmhook/commit/aa629b4) fix: remove figgy-pudding ([@claudiahdz](https://github.com/claudiahdz))
9+
10+
### Miscellaneuous
11+
12+
* [`ea795fb`](https://github.com/npm/libnpmhook/commit/ea795fb) chore: basic project updates ([@claudiahdz](https://github.com/claudiahdz))
13+
* [`a0fdf7e`](https://github.com/npm/libnpmhook/commit/a0fdf7e) chore: cleanup badges, contrib, readme ([@ruyadorno](https://github.com/ruyadorno))
14+
15+
---
16+
317
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.
418

519
<a name="5.0.2"></a>

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmhook",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "programmatic API for managing npm registry hooks",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)
This repository has been archived.