Skip to content

Commit 5b3d866

Browse files
committed
chore: release package(s)
- [email protected] - [email protected]
1 parent ce8e120 commit 5b3d866

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

@packages/ip-filter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.1](https://github.com/tunnckoCore/opensource/compare/[email protected]@3.0.1) (2020-03-16)
7+
8+
**Note:** Version bump only for package ip-filter
9+
10+
11+
12+
13+
614
# 3.0.0 (2020-03-16)
715

816

@packages/ip-filter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ip-filter",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
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.",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"ip-regex": "^4.1.0",
3333
"micromatch": "^4.0.2",
34-
"to-file-path": "^1.0.0"
34+
"to-file-path": "^2.0.0"
3535
},
3636
"jest": {
3737
"coverageThreshold": {

@packages/to-file-path/CHANGELOG.md

Lines changed: 28 additions & 1 deletion
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+
# 2.0.0 (2020-03-16)
7+
8+
9+
### chore
10+
11+
* import `to-file-path` package + v2 release of it ([#128](https://github.com/tunnckoCore/opensource/issues/128)) ([ce8e120](https://github.com/tunnckoCore/opensource/commit/ce8e120b3ac883b31a48a3cfdfa0cac3b4b21f3a))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Major v2 Release, see #128
17+
18+
- require `Node.js >= 10.13`
19+
- swtch to `MPL-2.0` license
20+
- update deps
21+
- move to monorepo, https://ghub.now.sh/to-file-path
22+

23+
24+
25+
26+
27+
128

229

330
## 1.0.0 - 2016-03-26
@@ -7,4 +34,4 @@
734
- implement :cat2:
835

936
## 0.0.0 - 2016-03-25
10-
- Initial commit
37+
- Initial commit

@packages/to-file-path/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "to-file-path",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"licenseStart": 2016,
55
"license": "MPL-2.0",
66
"description": "Create a filepath from an object path (dot notation), list of arguments, array, number or Arguments object.",

0 commit comments

Comments
 (0)