Skip to content

Commit cab3911

Browse files
committed
Bump version number
1 parent 9253589 commit cab3911

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## v0.1.6 - 2024.12.17
10+
11+
### Fixed
12+
13+
- Fix an ESM error ([b46b74f](https://github.com/studiometa/playground/commit/b46b74f))
14+
15+
### Changed
16+
17+
- Update dependencies ([dc8bc36](https://github.com/studiometa/playground/commit/dc8bc36))
18+
- Lock file maintenance ([#12](https://github.com/studiometa/playground/pull/12), [676a0e0](https://github.com/studiometa/playground/commit/676a0e0))
19+
920
## v0.1.5 - 2024.11.18
1021

1122
### Changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/playground-root",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A packaged web development playground",
55
"type": "module",
66
"private": true,

packages/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/playground-demo",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/playground",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)