Skip to content

Commit 6bab48c

Browse files
markusberg-sectramarkusberg
authored andcommitted
feat: release 2.0
1 parent 96cfd7e commit 6bab48c

File tree

5 files changed

+116
-112
lines changed

5 files changed

+116
-112
lines changed

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Update Coverage Badge
3737
uses: markusberg/coverage-badge-action@main
3838
with:
39-
version: ${{ format('-{0}', steps.get-npm-version.outputs.VERSION) }}
39+
version: ${{ steps.get-npm-version.outputs.VERSION }}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [2.0.0] - 2024-02-15
5+
## [2.0.0] - 2024-02-18
66

77
- feat: minimum required version of Node.js is 18.x
88
- chore: update all packages
99
- test: replace test runner with vitest
10+
- test: use built-in node:assert module
1011

1112
## [1.2.0] - 2023-04-16
1213

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Unixcrypt for Node.js
22

33
[![node.js build](https://github.com/markusberg/unixcrypt/actions/workflows/master.yaml/badge.svg)](https://github.com/markusberg/unixcrypt/actions/workflows/master.yaml)
4-
[![coverage](https://markusberg.github.io/unixcrypt/badges/coverage-2.0.0-beta.0.svg)](https://github.com/markusberg/unixcrypt/actions)
4+
[![coverage](https://markusberg.github.io/unixcrypt/badges/coverage-2.0.0.svg)](https://github.com/markusberg/unixcrypt/actions)
55
[![version](https://img.shields.io/npm/v/unixcrypt.svg)](https://codecov.io/github/markusberg/unixcrypt)
66
[![license](https://img.shields.io/github/license/markusberg/unixcrypt.svg)](https://www.apache.org/licenses/LICENSE-2.0)
77

@@ -10,7 +10,7 @@ https://www.akkadia.org/drepper/SHA-crypt.txt
1010

1111
## Dependencies
1212

13-
This package has no external dependencies. It uses the cryptographic facilities built into Node.js.
13+
This package has no external dependencies. It uses the cryptographic facilities built into Node.js. Since version 2.0 this package is ESModule only. If you require CommonJS functionality, you can still use the 1.x version.
1414

1515
For development, there are dependencies on TypeScript, and vitest.
1616

0 commit comments

Comments
 (0)