Skip to content

Commit 0a05e81

Browse files
committed
chore: bump version to 0.3.0
1 parent bb373d5 commit 0a05e81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdapapi",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Official Node.js SDK for the RDAP API — look up domains, IPs, ASNs, nameservers, and entities via RDAP.",
55
"type": "module",
66
"exports": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.2.0";
1+
export const VERSION = "0.3.0";

0 commit comments

Comments
 (0)