Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRB committed Jan 27, 2024
1 parent 30cab94 commit e63fb1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/dartness_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@

## 0.6.0

- Added https exceptions
- Added https exceptions

## 0.6.1

- Fixed error with QueryParam as a List
4 changes: 2 additions & 2 deletions packages/dartness_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ $ dart create -t console your_project_name

```yaml
dependencies:
dartness_server: ^0.6.0
dartness_server: ^0.6.1

dev_dependencies:
build_runner: ^2.2.0
dartness_generator: ^0.6.0
dartness_generator: ^0.6.1
```
2. Create the file in "bin/main.dart"
Expand Down

0 comments on commit e63fb1a

Please sign in to comment.