Skip to content

Commit 8588c3e

Browse files
authored
v0.7.2 (#267)
1 parent 79bfd34 commit 8588c3e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
### [0.7.2] - 2023-02-24
13+
14+
### Added
15+
- feat: Printing ([#263](https://github.com/theopensystemslab/map/pull/263))
16+
17+
### Changed
18+
- chore: Update `@testing-library/dom` and `vitest` dependencies to latests ([#265](https://github.com/theopensystemslab/map/pull/265))
19+
1220
### [0.7.1] - 2023-02-07
1321

1422
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensystemslab/map",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"license": "OGL-UK-3.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)