Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed Oct 31, 2024
1 parent 24c462a commit 2012ccb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/Lehoczky/render-nunjucks-template-action/compare/v1.0.0...v1.1.0) (2024-10-31)

### Features

* update dependencies ([98215ae](https://github.com/Lehoczky/render-nunjucks-template-action/commit/98215aededa98cc88e231882dc1b9bb6f862c5b0))

# [1.1.0](https://github.com/Lehoczky/render-nunjucks-template-action/compare/v1.0.0...v1.1.0) (2024-10-31)

### Features

* update dependencies ([98215ae](https://github.com/Lehoczky/render-nunjucks-template-action/commit/98215aededa98cc88e231882dc1b9bb6f862c5b0))
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.0.0",
"version": "1.1.0",
"npmClient": "pnpm",
"conventionalCommits": true,
"message": "chore: release",
"packages": ["."],
"ignoreChanges": ["**/*.md"],
"packages": [
"."
],
"ignoreChanges": [
"**/*.md"
],
"createRelease": "github"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "render-nunjucks-template-action",
"description": "A GitHub action to render nunjucks templates",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 2012ccb

Please sign in to comment.