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

Commit a1a10a5

Browse files
committedFeb 26, 2020
3.0.0
1 parent b413aae commit a1a10a5

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed
 

‎CHANGELOG.md

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

3+
<a name="3.0.0"></a>
4+
# [3.0.0](https://github.com/npm/libnpmhook/compare/v2.0.2...v3.0.0) (2020-02-26)
5+
6+
### Breaking Changes
7+
8+
* [`45f4db1`](https://github.com/npm/libnpmsearch/commit/45f4db1) fix: remove figgy-pudding ([@claudiahdz](https://github.com/claudiahdz))
9+
10+
### Miscellaneuous
11+
12+
* [`b413aae`](https://github.com/npm/libnpmsearch/commit/b413aae) chore: basic project updates ([@claudiahdz](https://github.com/claudiahdz))
13+
* [`534983c`](https://github.com/npm/libnpmsearch/commit/534983c) chore: remove pr temmsearch ([@ruyadorno](https://github.com/ruyadorno))
14+
* [`c503a89`](https://github.com/npm/libnpmsearch/commit/c503a89) chore: cleanup badges + contributing ([@ruyadorno](https://github.com/ruyadorno))
15+
16+
---
17+
318
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.
419

520
<a name="2.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

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "libnpmsearch",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Programmatic API for searching in npm and compatible registries.",
55
"author": "Kat Marchán <kzm@sykosomatic.org>",
6+
"files": [
7+
"*.js",
8+
"lib"
9+
],
610
"keywords": [
711
"npm",
812
"search",

0 commit comments

Comments
 (0)