Skip to content

Commit

Permalink
chore: update changelog and version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-Maradiya committed Jan 30, 2025
1 parent 5170f1d commit 68a12a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/pubspec_parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.1

- Added `toJson` method to `Pubspec` to serialize the object back to a `Map`.

## 1.5.0

- Added fields to `Pubspec`: `executables`, `resolution`, `workspace`.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/pubspec_parse/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pubspec_parse
version: 1.5.0
version: 1.5.1
description: >-
Simple package for parsing pubspec.yaml files with a type-safe API and rich
error reporting.
Expand Down

0 comments on commit 68a12a6

Please sign in to comment.