Skip to content

Commit

Permalink
Merge branch 'release/1.1.36'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Nov 15, 2023
2 parents 426cf8b + 2e0acfa commit 55969a0
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/git-cliff-action@v2.2.0
uses: orhun/git-cliff-action@v2.3.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v2.2.0
uses: orhun/git-cliff-action@v2.3.0
id: git-cliff
with:
config: cliff.toml
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.1.36] - 2023-11-15

### Documentation

- Update social media badge in `README.md`

## [1.1.35] - 2023-11-11

### Refactor
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/lilnouns/lilnouns-template?include_prereleases)](https://github.com/lilnouns/lilnouns-template/releases)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/lilnouns/lilnouns-template/build.yml)](https://github.com/lilnouns/lilnouns-template/actions/workflows/build.yml)
[![GitHub](https://img.shields.io/github/license/lilnouns/lilnouns-template)](https://github.com/lilnouns/lilnouns-template/blob/master/LICENSE)
[![Twitter Follow](https://img.shields.io/badge/follow-%40nekofar-1DA1F2?logo=twitter&style=flat)](https://twitter.com/nekofar)
[![X (formerly Twitter) Follow](https://img.shields.io/badge/follow-%40nekofar-ffffff?logo=x&style=flat)](https://x.com/nekofar)
[![Donate](https://img.shields.io/badge/donate-nekofar.crypto-a2b9bc?logo=ko-fi&logoColor=white)](https://ud.me/nekofar.crypto)


Lil Nouns are just like Nouns, but Lil!

## Getting Started
Expand All @@ -18,4 +17,3 @@ pnpm turbo dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lilnouns-template",
"version": "1.1.35",
"version": "1.1.36",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -57,10 +57,10 @@
"incstr": "1.2.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.0.2",
"lint-staged": "15.1.0",
"mangle-css-class-webpack-plugin": "5.1.0",
"pnpm": "8.10.2",
"prettier": "3.0.3",
"pnpm": "8.10.5",
"prettier": "3.1.0",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
Expand Down
Loading

0 comments on commit 55969a0

Please sign in to comment.