Skip to content

Commit

Permalink
add RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum authored and DaMandal0rian committed May 6, 2024
1 parent bcd5e13 commit 1bf1845
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## 🚀 New Features
- Description of the new feature 1.
- Description of the new feature 2.

## 🐛 Bug Fixes
- Description of the bug fix 1.
- Description of the bug fix 2.

## ⚡ Performance Improvements
- Description of the performance improvement 1.
- Description of the performance improvement 2.

## 📦 Dependencies updates
- Updated dependency: PackageName 1 to version x.x.x.
- Updated dependency: PackageName 2 to version x.x.x.

## ✨ Other Changes
- Another minor change 1.
- Another minor change 2.

## 🚨 Changes in ENV variables
- Added new environment variable: ENV_VARIABLE_NAME with value.
- Updated existing environment variable: ENV_VARIABLE_NAME to new value.

**Full list of the ENV variables**: [v1.2.3](https://github.com/blockscout/frontend/blob/v1.2.3/docs/ENVS.md)

## 🦄 New Contributors
- @contributor1 made their first contribution in https://github.com/blockscout/frontend/pull/1
- @contributor2 made their first contribution in https://github.com/blockscout/frontend/pull/2

---

**Full Changelog**: https://github.com/blockscout/frontend/compare/v1.2.2...v1.2.3

0 comments on commit 1bf1845

Please sign in to comment.