Skip to content

Commit 62d9cc4

Browse files
chore: version packages
1 parent d5a1968 commit 62d9cc4

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/apache-license.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# playground-cli
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- 40d860b: License the CLI under Apache-2.0. Adds the canonical `LICENSE` text, declares `"license": "Apache-2.0"` in `package.json`, and applies the standard Parity SPDX + copyright header to every tracked source file. CI now runs `scripts/check-license-headers.sh` on every PR (`License Headers` workflow); contributors can run `pnpm lint:license` locally and `./scripts/check-license-headers.sh --fix` to add the header to new files.
8+
39
## 0.20.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground-cli",
33
"description": "CLI for Polkadot Playground",
4-
"version": "0.20.1",
4+
"version": "0.20.2",
55
"private": true,
66
"license": "Apache-2.0",
77
"type": "module",

0 commit comments

Comments
 (0)