Skip to content

Commit

Permalink
Bump to 0.62.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Feb 3, 2025
1 parent 1761420 commit d62c2d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion django_unicorn/static/unicorn/js/unicorn.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.62.0-dev
## 0.62.0

- Security fix: class pollution vulnerability (reported by [superboy-zjc](https://github.com/superboy-zjc)).

**Breaking changes**

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.61.0",
"version": "0.62.0",
"name": "django-unicorn",
"scripts": {
"build": "npx rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unicorn"
version = "0.61.0"
version = "0.62.0"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d62c2d0

Please sign in to comment.