Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/nanolib@1.3.0
 - @alwatr/resolve-url@1.0.0
  • Loading branch information
AliMD committed Oct 15, 2024
1 parent f8d614a commit 35f11b8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/nanolib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nanolib/package.json
Original file line number Diff line number Diff line change
@@ -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 <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/resolve-url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/resolve-url/package.json
Original file line number Diff line number Diff line change
@@ -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 <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down

0 comments on commit 35f11b8

Please sign in to comment.