@lippelt/srd-dnd5e-2024 0.1.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,24 @@
1
+ # Changelog
2
+
3
+ Todas as mudanças notáveis deste pacote são documentadas aqui.
4
+
5
+ O formato segue [Keep a Changelog](https://keepachangelog.com/pt-BR/1.1.0/)
6
+ e o projeto adere ao [Versionamento Semântico](https://semver.org/lang/pt-BR/).
7
+
8
+
9
+ ## [1.0.0] — 2026-07-13
10
+
11
+ ### Mudou
12
+ - **Marco de estabilidade 1.0.0.** O contrato público do pacote é
13
+ promovido a estável — sem mudanças de API em relação à série 0.1.x.
14
+ A partir daqui, quebras de compatibilidade seguem SemVer (major).
15
+ - `peerDependencies`: `@lippelt/srd-core` de `^0.1.0` → `^1.0.0`.
16
+
17
+ ## [0.1.2] — 2026-06-06
18
+ - Release de manutenção (sincronização de versão).
19
+
20
+ ## [0.1.1] — 2026-06-05
21
+ - Docs: README em PT-BR com termos oficiais.
22
+
23
+ ## [0.1.0] — 2026-06-04
24
+ - Primeira publicação no npm.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lippelt/srd-dnd5e-2024",
3
- "version": "0.1.2",
3
+ "version": "1.0.0",
4
4
  "description": "D&D 5e (2024) system module for @lippelt/srd-core — SRD 5.2, CC-BY 4.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -16,7 +16,8 @@
16
16
  "files": [
17
17
  "dist",
18
18
  "README.md",
19
- "LICENSE"
19
+ "LICENSE",
20
+ "CHANGELOG.md"
20
21
  ],
21
22
  "publishConfig": {
22
23
  "access": "public"
@@ -36,7 +37,7 @@
36
37
  "directory": "packages/dnd5e-2024"
37
38
  },
38
39
  "peerDependencies": {
39
- "@lippelt/srd-core": "^0.1.0"
40
+ "@lippelt/srd-core": "^1.0.0"
40
41
  },
41
42
  "devDependencies": {
42
43
  "@lippelt/srd-core": "*"