From be5d7cc723306fa457bc73e70e9f44ee44076c04 Mon Sep 17 00:00:00 2001 From: Kucing Basah 737 Date: Sun, 7 Jan 2024 00:45:59 +0700 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a8dbd..01ce237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.0](https://githubkb737/kucingbasah737/node-rapiddns-io-scrapper/compare/v0.1.0...v1.0.0) + +- Add install dan usage on README [`7011460`](https://githubkb737/kucingbasah737/node-rapiddns-io-scrapper/commit/701146032e2093af7698b271cef8b26a1ce4c621) +- Create node.js.yml [`43a14e8`](https://githubkb737/kucingbasah737/node-rapiddns-io-scrapper/commit/43a14e89baea35aa0312ed2cffcd9f5bc2da6588) +- Add same-ip keyword [`5458846`](https://githubkb737/kucingbasah737/node-rapiddns-io-scrapper/commit/54588465b2e863724ade4d7d7271f4029bdf86d6) + #### [v0.1.0](https://githubkb737/kucingbasah737/node-rapiddns-io-scrapper/compare/v0.0.2...v0.1.0) +> 7 January 2024 + - Data to test [`b0bdc11`](https://githubkb737/kucingbasah737/node-rapiddns-io-scrapper/commit/b0bdc11840dd6b7d7bb66443c541f36424d62a52) - get-result-entries created and tested [`970d23b`](https://githubkb737/kucingbasah737/node-rapiddns-io-scrapper/commit/970d23b3b5b5b6a1a2d3ded28df326e6c281110c) - All tested [`5f3bef5`](https://githubkb737/kucingbasah737/node-rapiddns-io-scrapper/commit/5f3bef5673a46a47bd5a5983842bf295ebf8b7fa) diff --git a/package-lock.json b/package-lock.json index cb2fa80..db18497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rapiddns-io-scrapper", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rapiddns-io-scrapper", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "axios": "^1.6.5" diff --git a/package.json b/package.json index 84fb218..ab4a25e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rapiddns-io-scrapper", - "version": "0.1.0", + "version": "1.0.0", "description": "Node.js module to scrape and extract result from rapiddns.io", "main": "./lib/index.js", "module": "./lib/index.js",