Skip to content

Commit 47e47f1

Browse files
chore(release): new version (#93)
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com"> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fa8b0d commit 47e47f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.changeset/nasty-snails-post.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

dcql/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# dcql
22

3+
## 3.0.0
4+
### Major Changes
5+
6+
- 9fa8b0d: Remove support for the CommonJS/CJS syntax. Since React Native bundles your code, the update to ESM should not cause issues. In addition all latest minor releases of Node 20+ support requiring ESM modules. This means that even if you project is still a CommonJS project, it can now depend on ESM modules. For this reason DCQL is now fully an ESM module.
7+
38
## 2.0.1
49
### Patch Changes
510

dcql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dcql",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Digital Credentials Query Language (DCQL)",
55
"license": "Apache-2.0",
66
"author": "Martin Auer",

0 commit comments

Comments
 (0)