Skip to content

Commit 845d0f0

Browse files
authored
Merge pull request #29 from ditrit/release/v0.3.2
Release version 0.3.2
2 parents cb4f182 + d604a59 commit 845d0f0

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [0.3.2] - 2024/08/20
99

1010
### Fixed
1111

@@ -65,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6565

6666
- Replace documentation generation library ESDoc by JSDoc
6767

68+
[0.3.2]: https://github.com/ditrit/kubernator-plugin/blob/0.3.2/changelog.md
6869
[0.3.1]: https://github.com/ditrit/kubernator-plugin/blob/0.3.1/changelog.md
6970
[0.3.0]: https://github.com/ditrit/kubernator-plugin/blob/0.3.0/changelog.md
7071
[0.2.1]: https://github.com/ditrit/kubernator-plugin/blob/0.2.1/changelog.md

dist/kubernator-plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ditrit/kubernator-plugin",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Kubernetes plugin for Leto-Modelizer.",
55
"main": "dist/kubernator-plugin.js",
66
"exports": "./dist/kubernator-plugin.js",

0 commit comments

Comments
 (0)