Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.5.0"
".": "6.5.1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [6.5.1](https://github.com/appfolio/ae_page_objects/compare/v6.5.0...v6.5.1) (2026-05-05)


### Documentation

* update changelog ([c890ddd](https://github.com/appfolio/ae_page_objects/commit/c890ddd77f06d458a7cd9f4a09263e4ea9e4ea54))


### Miscellaneous Chores

* bump webpack-dev-server constraint to fix CVE-2025-30359 and CVE-2025-30360 ([75587b5](https://github.com/appfolio/ae_page_objects/commit/75587b530263e5255fcaae5d94e77af2dfd294e5))
* migrate npm registry from CodeArtifact to JFrog ([00e860e](https://github.com/appfolio/ae_page_objects/commit/00e860e86a4a12c6c89191d10bd545b459eed882))
* migrate npm registry from CodeArtifact to JFrog ([651b5b7](https://github.com/appfolio/ae_page_objects/commit/651b5b780ec92e8ff1f38d595106b128ef77f1c1))


### Continuous Integration

* add Release Please and gem-releaser workflows for automated releases ([acdc47f](https://github.com/appfolio/ae_page_objects/commit/acdc47f5da3e26b617ee536a684e75a2f9d2476e))
* add Release Please and gem-releaser workflows for automated releases ([4d7a1d4](https://github.com/appfolio/ae_page_objects/commit/4d7a1d4520040802d9a01c1bff14faecda1d3252))

## [Unreleased](https://github.com/appfolio/ae_page_objects/tree/HEAD)

[Full Changelog](https://github.com/appfolio/ae_page_objects/compare/v6.5.0...HEAD)
Expand Down
2 changes: 1 addition & 1 deletion lib/ae_page_objects/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AePageObjects
VERSION = '6.5.0'.freeze
VERSION = '6.5.1'.freeze
end
Loading