Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AlexanderBabel/mail-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBabel committed Feb 20, 2024
2 parents 2ffd535 + 4a30600 commit 4152f6b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.134](https://github.com/AlexanderBabel/mail-parser/compare/v2.2.133...v2.2.134) (2024-02-20)


### Bug Fixes

* cleanup project ([a425912](https://github.com/AlexanderBabel/mail-parser/commit/a425912bf4a72d96739796f03d2c8cfe59fb5a8e))
* update dependencies ([a466ad7](https://github.com/AlexanderBabel/mail-parser/commit/a466ad77e249ecd66cfa6abc9b903fe7ff7c7f3a))

## [2.2.133](https://github.com/AlexanderBabel/mail-parser/compare/v2.2.132...v2.2.133) (2023-07-01)


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": "mail-parser",
"version": "2.2.133",
"version": "2.2.134",
"description": "",
"author": "",
"private": true,
Expand Down

0 comments on commit 4152f6b

Please sign in to comment.