Skip to content

Commit

Permalink
🚀 Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed May 19, 2023
1 parent 47b3e3c commit c2a2555
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
1 change: 1 addition & 0 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
"@release-it/conventional-changelog": {
preset: { name: "conventionalcommits" },
infile: "CHANGELOG.md",
ignoreRecommendedBump: true,
gitRawCommitsOpts: {
format:
"%B%n-hash-%n%H%n-shortHash-%n%h%n-gitTags-%n%d%n-committerDate-%n%ci%n-authorName-%n%an%n-authorEmail-%n%ae%n-gpgStatus-%n%G?%n-gpgSigner-%n%GS",
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@


## [1.0.0](https://github.com/timelessco/strapi-ts-app/compare/v0.0.0...v1.0.0) (2023-05-19)


### 🗃️ Commits


#### ⭐ New Features

- **`content-type:`** ✨ add footer single type [2b60dca](https://github.com/timelessco/strapi-ts-app/commit/2b60dca794eaab7c7615edaf11a73c292f8708d9) by @navin-moorthy



#### ♻️ Code Refactoring

- **`package:`** ♻️ add project dx files [5310e84](https://github.com/timelessco/strapi-ts-app/commit/5310e8499c756598bdcc509e326003d53f1e4466) by @navin-moorthy

- **`release:`** ♻️ change js to mjs extension [cc0cbff](https://github.com/timelessco/strapi-ts-app/commit/cc0cbffbb63cca9075b64f38bcbb28d1b689cec1) by @navin-moorthy



#### 🛠️ Build Updates

- **`package:`** 🛠️ update release-it script format [47b3e3c](https://github.com/timelessco/strapi-ts-app/commit/47b3e3c20ea335f1c57dffeb9bc478f20773eba6)



#### 🔨 Maintenance Updates

- **`ci:`** 🧹 replace `node-version` input with `node-version-file` [ba01841](https://github.com/timelessco/strapi-ts-app/commit/ba01841f6c76437eba5444895873d5caf5bf1f2b) by @navin-moorthy

- **`package.json:`** 🧹 revert version to 0.0.0 [b2de25f](https://github.com/timelessco/strapi-ts-app/commit/b2de25f73e6508c56a388d2665bdf5f44b99dc87) by @navin-moorthy

- **`package:`** 🧹 update package version to 0.0.0 [0ff2046](https://github.com/timelessco/strapi-ts-app/commit/0ff2046ae37472368315df7b8b0f0d082fa47151) by @navin-moorthy

- **`prepare:`** 🧹 update default node-version to 18 [34a0835](https://github.com/timelessco/strapi-ts-app/commit/34a0835b903248d7884a66423e4c6543d5dbdd7b) by @navin-moorthy
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-ts-app",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "Strapi TS App Template",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"lint:types": "tsc --noEmit",
"populate:dictionary": "del-cli project-words.txt && cspell --words-only --unique --gitignore --cache --dot \"**/*\" | sort --ignore-case >> project-words.txt",
"prepare": "husky install",
"release": "node release-it/getCommitsSinceLastRelease.mjs && release-it --ci",
"release": "node release-it/getCommitsSinceLastRelease.mjs && release-it",
"release:dryrun": "release-it --dry-run",
"start": "strapi start",
"strapi": "strapi",
Expand Down

0 comments on commit c2a2555

Please sign in to comment.