Skip to content

Commit dd7ead4

Browse files
committed
chore: release package(s)
- [email protected]
1 parent f686f99 commit dd7ead4

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

@packages/ip-filter/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 3.0.0 (2020-03-16)
7+
8+
9+
### chore
10+
11+
* import `ip-filter` package + v3 of it ([#127](https://github.com/tunnckoCore/opensource/issues/127)) ([da3e887](https://github.com/tunnckoCore/opensource/commit/da3e887af6242ab4180d985cad69f506463baf21))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* release v3, see #127
17+
18+
- require `node >= 10.13`
19+
- relicense to `MPL-2.0`
20+
- switch to use `micromatch@4` directly instead of legacy `is-match`
21+
- continuation of https://github.com/tunnckoCore/ip-filter/issues/8
22+
- new home https://ghub.now.sh/ip-filter (`@packages/ip-filter`)
23+
24+
25+
26+
27+
128

229

330
## 2.0.0 - 2016-10-06

@packages/ip-filter/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ip-filter",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"licenseStart": 2015,
55
"license": "MPL-2.0",
66
"description": "Validates valid IPs (IPv4 and IPv6) using [micromatch][] - glob patterns, RegExp, string or array of globs. If match returns the IP, otherwise null.",
@@ -33,7 +33,6 @@
3333
"micromatch": "^4.0.2",
3434
"to-file-path": "^1.0.0"
3535
},
36-
"devDependencies": {},
3736
"jest": {
3837
"coverageThreshold": {
3938
"src/**/*.js": {

0 commit comments

Comments
 (0)