Skip to content

Commit ba2584e

Browse files
committed
πŸ”– release v1.2.0
1 parent c351bb8 commit ba2584e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.2.0 - 2023-02-17
9+
10+
### Added
11+
12+
- ✨ Add the possibility to set a session title.
13+
- ✨ Add the "export to PNG" feature.
14+
- πŸ“ Add contribution guide.
15+
16+
### Changed
17+
18+
- πŸ—οΈ Migrate from Sapper to SvelteKit 1.0.
19+
820
## 1.1.3 - 2021-01-17
921

1022
### Fixed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moving-motivators",
33
"description": "Management 3.0 Moving Motivators exercise.",
4-
"version": "1.1.3",
4+
"version": "1.2.0",
55
"author": "Anthony Le Goas",
66
"license": "MIT",
77
"homepage": "https://github.com/anthonylegoas/moving-motivators#readme",

0 commit comments

Comments
Β (0)