From 35f11b8782516f992dfce055d6aac92e51456e0c Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 15 Oct 2024 13:22:53 +0330 Subject: [PATCH] release: - @alwatr/nanolib@1.3.0 - @alwatr/resolve-url@1.0.0 --- packages/nanolib/CHANGELOG.md | 10 ++++++++++ packages/nanolib/package.json | 2 +- packages/resolve-url/CHANGELOG.md | 14 ++++++++++++++ packages/resolve-url/package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 packages/resolve-url/CHANGELOG.md diff --git a/packages/nanolib/CHANGELOG.md b/packages/nanolib/CHANGELOG.md index 2782311b..310f6531 100644 --- a/packages/nanolib/CHANGELOG.md +++ b/packages/nanolib/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.2.1...@alwatr/nanolib@1.3.0) (2024-10-15) + +### Features + +* **nanolib:** export `resolve-url` from `nanolib` package ([ea40407](https://github.com/Alwatr/nanolib/commit/ea404076aabbc05fdf87c5da1c94f3424fb91742)) by @mohammadhonarvar + +### Dependencies update + +* update ([ef384e7](https://github.com/Alwatr/nanolib/commit/ef384e71ca5465a52fa9531eebde7325464a54b0)) by @mohammadhonarvar + ## [1.2.1](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.2.0...@alwatr/nanolib@1.2.1) (2024-10-12) **Note:** Version bump only for package @alwatr/nanolib diff --git a/packages/nanolib/package.json b/packages/nanolib/package.json index 78d9bb97..908caf7b 100644 --- a/packages/nanolib/package.json +++ b/packages/nanolib/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanolib", - "version": "1.2.1", + "version": "1.3.0", "description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/resolve-url/CHANGELOG.md b/packages/resolve-url/CHANGELOG.md new file mode 100644 index 00000000..430d2522 --- /dev/null +++ b/packages/resolve-url/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0 (2024-10-15) + +### Features + +* add `resolve-url` package ([a884212](https://github.com/Alwatr/nanolib/commit/a88421233d5cd84dd2fea34c370026b9a81cd887)) by @mohammadhonarvar + +### Bug Fixes + +* **resolve-url:** version & update `README` ([ea2513a](https://github.com/Alwatr/nanolib/commit/ea2513a374a7841cc8d7f9a4cafcba6efced0299)) by @mohammadhonarvar diff --git a/packages/resolve-url/package.json b/packages/resolve-url/package.json index 0f989097..4b635bf1 100644 --- a/packages/resolve-url/package.json +++ b/packages/resolve-url/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/resolve-url", - "version": "1.0.0-0", + "version": "1.0.0", "description": "A tiny TypeScript library to resolve URLs.", "author": "S. Ali Mihandoost ", "keywords": [