Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## Unreleased
## 0.1.14

- #67 Detect build readiness from webdev stdout for compatibility with Dart 3 / newer webdev versions.

## 0.1.13

- #50 Bump Workiva/gha-dart-oss from 0.1.5 to 0.1.7 in the gha group across 1 directory

- #51 Raise the meta dependency min to v1.16.0

- #52 raise_min_dart_sdk_2_19

## 0.1.12

- Update ranges of dependencies so that in Dart 3 we can resolve to analyzer 6, while still working with Dart 2.19. https://github.com/Workiva/webdev_proxy/pull/46
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: webdev_proxy
version: 0.1.13
version: 0.1.14
private: true
homepage: https://github.com/Workiva/webdev_proxy

Expand Down
Loading