Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastean committed Sep 16, 2024
1 parent 937c50f commit e9068ac
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.1.0](https://github.com/bastean/godo/compare/v0.0.1-alpha.0...v0.1.0) (2024-09-16)

### Chores

- add upgrade configuration file ([245b42e](https://github.com/bastean/godo/commit/245b42e0ad92856e6e0d89718067a4f839d38fde))

### Documentation

- **readme:** add exec task description ([937c50f](https://github.com/bastean/godo/commit/937c50f980c5862b1cb8d8106b3fa4479ff7d771))

### New Features

- **context:** add exec task logic ([2f8f20a](https://github.com/bastean/godo/commit/2f8f20ad666984b68b1ff81b562d12c2dd7d6b96))
- **presentation:** add exec task to cli app ([c2d2325](https://github.com/bastean/godo/commit/c2d23257bbad35f9bd57f660d2c0143f16e18382))

### Refactors

- **context:** simplify exec task logic ([6ab022d](https://github.com/bastean/godo/commit/6ab022dd14d563d91b2906137cfd4c4682b95b0c))
- remove context folder ([7b1940b](https://github.com/bastean/godo/commit/7b1940b495d5ad4dc8bea9e4eee15108fcdbad69))
- rename exec command flag ([0d22e16](https://github.com/bastean/godo/commit/0d22e165265636d5ca580eb92285b321a02737b7))

## 0.0.1-alpha.0 (2024-09-12)

### Chores
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,7 +1,7 @@
{
"private": true,
"name": "godo",
"version": "0.0.1-alpha.0",
"version": "0.1.0",
"description": "GODO",
"author": "Bastean <bastean@pm.me>",
"license": "MIT",
Expand Down

0 comments on commit e9068ac

Please sign in to comment.