Skip to content

Commit

Permalink
updated: version number to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Jan 27, 2025
1 parent e475529 commit 505055c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layered/dns-records",
"license": "MIT",
"version": "2.2.2",
"version": "2.3.0",
"exports": "./src/index.ts"
}
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layered/dns-records",
"version": "2.2.2",
"version": "2.3.0",
"description": "Discover publicly available DNS Records for a domain",
"type": "module",
"keywords": [
Expand All @@ -20,7 +20,8 @@
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
"dist",
"examples"
],
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 505055c

Please sign in to comment.