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

chore(main): release 1.2.0 #13

Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
VALIDATE_GRAPHQL_PRETTIER: true
VALIDATE_HTML_PRETTIER: true
VALIDATE_JAVASCRIPT_PRETTIER: true
VALIDATE_JSON_PRETTIER: true
# VALIDATE_JSON_PRETTIER: true
VALIDATE_JSX_PRETTIER: true
# VALIDATE_MARKDOWN_PRETTIER: true => disabling because its annoying and doesn't respect anything
# VALIDATE_NATURAL_LANGUAGE: true
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{ ".": "1.2.0" }
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/theholocron/nextjs-template/compare/v1.1.0...v1.2.0) (2024-11-08)


### Features

* add in release bot ([#12](https://github.com/theholocron/nextjs-template/issues/12)) ([ed86830](https://github.com/theholocron/nextjs-template/commit/ed868308897147bb73a0cdd08a95bd3af4309440))

## [1.1.0](https://github.com/theholocron/nextjs-template/compare/v1.0.1...v1.1.0) (2024-11-08)


Expand Down
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": "@theholocron/nextjs-template",
"version": "1.1.0",
"version": "1.2.0",
"description": "<description>",
"homepage": "https://github.com/theholocron/nextjs-template#readme",
"bugs": {
Expand Down
Loading