Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannlugrin committed Jul 5, 2023
1 parent 028213e commit b152aef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## \[Unreleased]
### Added

## [Unreleased]

## [1.1.0] - 2023-07-05
### Changed
- Refactor values in dashboard

## [1.0.0] - 2023-07-05
### Added
- Initial release

[Unreleased]: https://github.com/antistatique/windmill/compare/1.1.0...HEAD
[1.1.0]: https://github.com/antistatique/windmill/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/antistatique/windmill/releases/tag/1.0.0
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "windmill",
"version": "0.1.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit b152aef

Please sign in to comment.