Skip to content

Commit

Permalink
Set version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yerTools committed May 24, 2024
1 parent 3c6112c commit 46c79ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Changelog

## Development
## 24.05.2024 - Version 1.0.1

- Removed dependency on `gleam_erlang`.
- Update readme.

---
- Updated readme.

## 22.05.2024 - Version 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "event_hub"
version = "1.0.0"
version = "1.0.1"

description = "Event-Hub is a Gleam library that provides simple hubs with publishers and subscribers for event-driven observers. It supports asynchronous message handling and event notifications, decoupling components efficiently. It works on Erlang and JavaScript."

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event_hub",
"version": "1.0.0",
"version": "1.0.1",
"description": "Event-Hub is a Gleam library that provides simple hubs with publishers and subscribers for event-driven observers. It supports asynchronous message handling and event notifications, decoupling components efficiently. It works on Erlang and JavaScript.",
"directories": {
"test": "test"
Expand Down

0 comments on commit 46c79ec

Please sign in to comment.