Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.12.1 #133

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.1] - 2024/08/19

### Changed

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

[0.12.1]: https://github.com/ditrit/terrator-plugin/blob/0.12.1/changelog.md
[0.12.0]: https://github.com/ditrit/terrator-plugin/blob/0.12.0/changelog.md
[0.11.0]: https://github.com/ditrit/terrator-plugin/blob/0.11.0/changelog.md
[0.10.0]: https://github.com/ditrit/terrator-plugin/blob/0.10.0/changelog.md
Expand Down
2 changes: 1 addition & 1 deletion dist/terrator-plugin.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/terrator-plugin",
"version": "0.12.0",
"version": "0.12.1",
"description": "Terraform plugin for Leto-Modelizer.",
"main": "dist/terrator-plugin.js",
"exports": {
Expand Down
Loading