Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#2)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.0.0](v1.0.0...v2.0.0)
(2023-01-16)


### ⚠ BREAKING CHANGES

* rewritten api, using existing implementation of ip parsing

### Features

* rewritten api, using existing implementation of ip parsing
([cf5869c](cf5869c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 16, 2023
1 parent cf5869c commit 524beb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/ChainSafe/netmask/compare/v1.0.0...v2.0.0) (2023-01-16)


### ⚠ BREAKING CHANGES

* rewritten api, using existing implementation of ip parsing

### Features

* rewritten api, using existing implementation of ip parsing ([cf5869c](https://github.com/ChainSafe/netmask/commit/cf5869c4fc6542f40833ac9b0f5dfe8629080ef5))

## 1.0.0 (2023-01-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/netmask",
"version": "1.0.0",
"version": "2.0.0",
"description": "Typescript implementation of netmask filtering",
"main": "dist/src/index.js",
"type": "module",
Expand Down

0 comments on commit 524beb9

Please sign in to comment.