Skip to content

Commit b08db87

Browse files
docs: update
1 parent c6146ca commit b08db87

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

docs/CHANGELOG-EN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
# SKELETON-LIB-CLI
44

5+
### # v0.4.0 (2023-10-9)
6+
7+
FEATURES:
8+
9+
- [x] Update node 16 => 18
10+
- [x] Update typescript 4.9 => 5.x
11+
- [x] Update system packages
12+
13+
CI
14+
15+
- [x] Update packages builds
16+
517
### # v0.3.0 (2023-03-14)
618

719
FEATURES:

docs/CHANGELOG-RU.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
# SKELETON-LIB-CLI
44

5+
### # v0.4.0 (2023-10-9)
6+
7+
FEATURES:
8+
9+
- [x] Обновление node 16 => 18
10+
- [x] Обновление typescript 4.9 => 5.x
11+
- [x] Обновление системных пакетов
12+
13+
CI
14+
15+
- [x] Содержит обновление пакетов сборки
16+
517
### # v0.3.0 (2023-03-14)
618

719
FEATURES:

docs/todos/TODO-v0.4.0.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
### # v0.4.0 (2023-02-##)
1+
### # v0.4.0 (2023-10-9)
22

33
FEATURES:
44

5-
- [ ] обновление node 16 => 18
6-
- [ ] обновление typescript 4.9 => 5.x
5+
- [x] Обновление node 16 => 18
6+
- [x] Обновление typescript 4.9 => 5.x
7+
- [x] Обновление системных пакетов
8+
9+
CI
10+
11+
- [x] Содержит обновление пакетов сборки

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skeleton-lib-cli",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "[RU]Интерфейс командной строки, который инициализирует скелет библиотеки.[EN]Command line interface that invokes skeleton libraries",
55
"keywords": [
66
"skeleton-lib",

0 commit comments

Comments
 (0)