Skip to content

Commit

Permalink
Release version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Aug 30, 2023
1 parent 502e8aa commit 31a1a85
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]
## [0.20.0] - 2023/08/30

### Added

Expand Down Expand Up @@ -446,6 +446,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add new classes LetoObjectNode, LetoTypeNode, LetoAttribute, LetoLink.
- Add function renderString for SVG template.

[0.20.0]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.20.0/changelog.md
[0.19.0]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.19.0/changelog.md
[0.18.0]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.18.0/changelog.md
[0.17.0]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.17.0/changelog.md
Expand Down
2 changes: 1 addition & 1 deletion demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/leto-modelizer-plugin-core.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Migrate from version 0.19.0 to 0.X.0
# Migrate from version 0.19.0 to 0.20.0

## Update in `ElkLayout` and `DefaultConfiguration`

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leto-modelizer-plugin-core",
"version": "0.19.0",
"version": "0.20.0",
"description": "Library that contains all models for modelling tools in Leto's projects.",
"main": "dist/leto-modelizer-plugin-core.js",
"exports": {
Expand Down

0 comments on commit 31a1a85

Please sign in to comment.