Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 28, 2024
1 parent 4037d17 commit 9f729e7
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
10 changes: 10 additions & 0 deletions 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.

## [2.0.1](https://github.com/Alwatr/notifier/compare/v2.0.0...v2.0.1) (2024-10-28)

### Bug Fixes

* api version ([4037d17](https://github.com/Alwatr/notifier/commit/4037d170c45ed623469c97b028c8929347552b4a)) by @AliMD

### Code Refactoring

* rename api folder ([951731a](https://github.com/Alwatr/notifier/commit/951731a6dc61a7fbf2ef55f8ad71ef042c7f54e4)) by @AliMD

## [2.0.0](https://github.com/Alwatr/notifier/compare/v1.0.0...v2.0.0) (2024-10-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
"version": "2.0.0",
"version": "2.0.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/Alwatr/notifier/compare/v2.0.0...v2.0.1) (2024-10-28)

### Code Refactoring

* rename api folder ([951731a](https://github.com/Alwatr/notifier/commit/951731a6dc61a7fbf2ef55f8ad71ef042c7f54e4)) by @AliMD

## [2.0.0](https://github.com/Alwatr/notifier/compare/v1.0.0...v2.0.0) (2024-10-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "2.0.0",
"version": "2.0.1",
"description": "Alwatr Telegram Notify Microservice, Distributed simple and fast telegram notify nanoservice.",
"author": "S. Ali Mihandoost <[email protected]>",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/notifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/Alwatr/notifier/compare/v2.0.0...v2.0.1) (2024-10-28)

### Bug Fixes

* api version ([4037d17](https://github.com/Alwatr/notifier/commit/4037d170c45ed623469c97b028c8929347552b4a)) by @AliMD

## [2.0.0](https://github.com/Alwatr/notifier/compare/v1.0.0...v2.0.0) (2024-10-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/notifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/notifier",
"version": "2.0.0",
"version": "2.0.1",
"description": "A class to send messages in `telegram`",
"author": "S. Ali Mihandoost <[email protected]>",
"type": "module",
Expand Down

0 comments on commit 9f729e7

Please sign in to comment.