From f5f69eaad098cf76a26df341b61136793d4083aa Mon Sep 17 00:00:00 2001 From: Tristan Rivoallan Date: Mon, 7 Oct 2024 02:47:45 +0200 Subject: [PATCH] chore(main): release 0.2.0 (#12) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..434d803 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.2.0](https://github.com/constructions-incongrues/plomberie/compare/v0.1.0...v0.2.0) (2024-10-07) + +### Features + +- **build:** configuration for running projet in a devcontainer ([bcd164b](https://github.com/constructions-incongrues/plomberie/commit/bcd164b6e20a0022fbbbf1d4a21cf96e3b23421f)), closes [#10](https://github.com/constructions-incongrues/plomberie/issues/10) +- **generators:** github pages workflow ([#17](https://github.com/constructions-incongrues/plomberie/issues/17)) ([1b70dee](https://github.com/constructions-incongrues/plomberie/commit/1b70dee5c02b997a09091c145c0da45f1eb4e1d9)) +- scaffolding ([#14](https://github.com/constructions-incongrues/plomberie/issues/14)) ([740e1f4](https://github.com/constructions-incongrues/plomberie/commit/740e1f4b049aa4bf3bc42c188f21f0ff3c9d0d8c)), closes [#13](https://github.com/constructions-incongrues/plomberie/issues/13) +- scaffolding ([#15](https://github.com/constructions-incongrues/plomberie/issues/15)) ([41f1e06](https://github.com/constructions-incongrues/plomberie/commit/41f1e069d2e100d72213d4d9d1b851defeb985a1)) diff --git a/package.json b/package.json index 91bff67..3781b53 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "plop": "^4.0.1" }, "type": "module", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "plop": "plop" }