Skip to content

Commit

Permalink
chore: preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan751 committed Aug 27, 2022
1 parent 1ea65ce commit 8665d24
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.0.0-rc1 (2022-08-27)

* chore: depensendcy update ([adddfc0](https://github.com/Sayan751/email-address-parser/commit/adddfc0))
* chore: updated readme ([1ea65ce](https://github.com/Sayan751/email-address-parser/commit/1ea65ce))
* chore: updated the node version in CI ([6ff216b](https://github.com/Sayan751/email-address-parser/commit/6ff216b))
* chore(npm-pkg): fixed reported vulnerability ([df6de2b](https://github.com/Sayan751/email-address-parser/commit/df6de2b))
* chore(npm-pkg): updated npm deps ([9ea74b8](https://github.com/Sayan751/email-address-parser/commit/9ea74b8))



## 2.0.0-rc1 (2021-10-11)

* fix: strict parsing ([7df3246](https://github.com/Sayan751/email-address-parser/commit/7df3246)), closes [#4](https://github.com/Sayan751/email-address-parser/issues/4)
Expand Down
4 changes: 2 additions & 2 deletions npm-pkg/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm-pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparser/email-address-parser",
"description": "An RFC 5322, and RFC 6532 compliant email address parser.",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"license": "MIT",
"author": {
"name": "Sayan751"
Expand Down
2 changes: 1 addition & 1 deletion rust-lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "email-address-parser"
version = "2.0.0-rc1"
version = "2.0.0-rc2"
authors = ["Sayan751"]
edition = "2018"
description = "An RFC 5322, and RFC 6532 compliant email address parser."
Expand Down

0 comments on commit 8665d24

Please sign in to comment.