Skip to content

Commit c2a2555

Browse files
committed
🚀 Release v1.0.0
1 parent 47b3e3c commit c2a2555

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

.release-it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = {
3434
"@release-it/conventional-changelog": {
3535
preset: { name: "conventionalcommits" },
3636
infile: "CHANGELOG.md",
37+
ignoreRecommendedBump: true,
3738
gitRawCommitsOpts: {
3839
format:
3940
"%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",

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
3+
## [1.0.0](https://github.com/timelessco/strapi-ts-app/compare/v0.0.0...v1.0.0) (2023-05-19)
4+
5+
6+
### 🗃️ Commits
7+
8+
9+
#### ⭐ New Features
10+
11+
- **`content-type:`** ✨ add footer single type [2b60dca](https://github.com/timelessco/strapi-ts-app/commit/2b60dca794eaab7c7615edaf11a73c292f8708d9) by @navin-moorthy
12+
13+
14+
15+
#### ♻️ Code Refactoring
16+
17+
- **`package:`** ♻️ add project dx files [5310e84](https://github.com/timelessco/strapi-ts-app/commit/5310e8499c756598bdcc509e326003d53f1e4466) by @navin-moorthy
18+
19+
- **`release:`** ♻️ change js to mjs extension [cc0cbff](https://github.com/timelessco/strapi-ts-app/commit/cc0cbffbb63cca9075b64f38bcbb28d1b689cec1) by @navin-moorthy
20+
21+
22+
23+
#### 🛠️ Build Updates
24+
25+
- **`package:`** 🛠️ update release-it script format [47b3e3c](https://github.com/timelessco/strapi-ts-app/commit/47b3e3c20ea335f1c57dffeb9bc478f20773eba6)
26+
27+
28+
29+
#### 🔨 Maintenance Updates
30+
31+
- **`ci:`** 🧹 replace `node-version` input with `node-version-file` [ba01841](https://github.com/timelessco/strapi-ts-app/commit/ba01841f6c76437eba5444895873d5caf5bf1f2b) by @navin-moorthy
32+
33+
- **`package.json:`** 🧹 revert version to 0.0.0 [b2de25f](https://github.com/timelessco/strapi-ts-app/commit/b2de25f73e6508c56a388d2665bdf5f44b99dc87) by @navin-moorthy
34+
35+
- **`package:`** 🧹 update package version to 0.0.0 [0ff2046](https://github.com/timelessco/strapi-ts-app/commit/0ff2046ae37472368315df7b8b0f0d082fa47151) by @navin-moorthy
36+
37+
- **`prepare:`** 🧹 update default node-version to 18 [34a0835](https://github.com/timelessco/strapi-ts-app/commit/34a0835b903248d7884a66423e4c6543d5dbdd7b) by @navin-moorthy

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-ts-app",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Strapi TS App Template",
66
"keywords": [
@@ -44,7 +44,7 @@
4444
"lint:types": "tsc --noEmit",
4545
"populate:dictionary": "del-cli project-words.txt && cspell --words-only --unique --gitignore --cache --dot \"**/*\" | sort --ignore-case >> project-words.txt",
4646
"prepare": "husky install",
47-
"release": "node release-it/getCommitsSinceLastRelease.mjs && release-it --ci",
47+
"release": "node release-it/getCommitsSinceLastRelease.mjs && release-it",
4848
"release:dryrun": "release-it --dry-run",
4949
"start": "strapi start",
5050
"strapi": "strapi",

0 commit comments

Comments
 (0)