Skip to content

Commit 6af1817

Browse files
authored
Merge pull request #114 from ditrit/release/v0.8.1
Release version 0.8.1
2 parents 1f09f5d + c656161 commit 6af1817

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.8.1] - 2024/06/19
99

1010
### Changed
1111

@@ -217,6 +217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217217
- Add renderer for terraform files.
218218
- Import metadata instead of passing it through constructor in TerraformMetadata.
219219

220+
[0.8.1]: https://github.com/ditrit/terrator-plugin/blob/0.8.1/changelog.md
220221
[0.8.0]: https://github.com/ditrit/terrator-plugin/blob/0.8.0/changelog.md
221222
[0.7.1]: https://github.com/ditrit/terrator-plugin/blob/0.7.1/changelog.md
222223
[0.7.0]: https://github.com/ditrit/terrator-plugin/blob/0.7.0/changelog.md

dist/terrator-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": "terrator-plugin",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Terraform plugin for Leto-Modelizer.",
55
"main": "dist/terrator-plugin.js",
66
"exports": "./dist/terrator-plugin.js",

0 commit comments

Comments
 (0)