Skip to content

Commit

Permalink
Prepare to release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Sep 16, 2024
1 parent 3c2f759 commit 076cb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## [v3.5.2] (2024-09-16)
- FlattenedNodesObserver.getFlattenedNodes was accidentally quadratic if given a non-slot node. Found by @mvanbem-goog.

## [v3.5.1](https://github.com/Polymer/polymer/tree/v3.5.1) (2022-06-03)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymer/polymer",
"version": "3.5.1",
"version": "3.5.2",
"description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write",
"main": "polymer-element.js",
"module": "polymer-element.js",
Expand Down

0 comments on commit 076cb57

Please sign in to comment.