Skip to content

Commit 255205a

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.2...v1.2.0) (2025-07-02) ### Features * **packages:** Allow version selection ([38b4e28](38b4e28))
1 parent ebf48d8 commit 255205a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/inpyjamas/p5-starter-kit/compare/v1.1.2...v1.2.0) (2025-07-02)
2+
3+
4+
### Features
5+
6+
* **packages:** Allow version selection ([38b4e28](https://github.com/inpyjamas/p5-starter-kit/commit/38b4e283c1e5bc274746b8e4442086ae5bfa2fe7))
7+
18
## [1.1.2](https://github.com/inpyjamas/p5-starter-kit/compare/v1.1.1...v1.1.2) (2024-12-03)
29

310

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,7 +1,7 @@
11
{
22
"name": "@inpyjamas/p5kit",
33
"type": "module",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro check && astro build",

0 commit comments

Comments
 (0)