Skip to content

Commit

Permalink
Merge pull request #280 from ditrit/release/v0.27.3
Browse files Browse the repository at this point in the history
Release version 0.27.3
  • Loading branch information
Zorin95670 authored Aug 8, 2024
2 parents 3e88b86 + d10ebb2 commit 3b900ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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)

## [0.27.3] - 2024/08/08

## Fixed

- Fix publishing on npm workflow.

## [0.27.2] - 2024/08/08

### Changed
Expand Down Expand Up @@ -580,6 +586,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.27.3]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.27.3/changelog.md
[0.27.2]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.27.2/changelog.md
[0.27.1]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.27.1/changelog.md
[0.27.0]: https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.27.0/changelog.md
Expand Down
2 changes: 1 addition & 1 deletion dist/leto-modelizer-plugin-core.js

Large diffs are not rendered by default.

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": "@ditrit/leto-modelizer-plugin-core",
"version": "0.27.2",
"version": "0.27.3",
"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 3b900ac

Please sign in to comment.