Skip to content

Commit d62c2d0

Browse files
committed
Bump to 0.62.0.
1 parent 1761420 commit d62c2d0

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

django_unicorn/static/unicorn/js/unicorn.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## 0.62.0-dev
3+
## 0.62.0
4+
5+
- Security fix: class pollution vulnerability (reported by [superboy-zjc](https://github.com/superboy-zjc)).
46

57
**Breaking changes**
68

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.61.0",
2+
"version": "0.62.0",
33
"name": "django-unicorn",
44
"scripts": {
55
"build": "npx rollup -c",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unicorn"
3-
version = "0.61.0"
3+
version = "0.62.0"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <unicorn@adamghill.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)