Skip to content

Commit

Permalink
Add changelog, first tag & release
Browse files Browse the repository at this point in the history
  • Loading branch information
matt765 committed Jun 3, 2024
1 parent 6399a55 commit 9c1c473
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (03-06-2024)

- add changelog
- add first tag and Github release
- update package.json & readme

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tailcast

Dark themed website template built on AstroJS, designed for technological startup business.
Dark themed website template built on AstroJS, designed for fictional startup

## Tech stack:

Expand All @@ -21,7 +21,7 @@ Astro, React, Tailwind, Framer Motion
│ │ └── logos
│ ├── components
│ ├── layouts
│ ├── pages
│ ├── pages
│ └── styles
└── package.json
```
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@example/basics",
"name": "tailcast",
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"description": "Dark themed website template built on AstroJS, designed for fictional startup",
"author": {
"name": "Mateusz Wyrębek (matt765)",
"email": "mateusz.wyrebek@gmail.com",
"url": "https://matt765-portfolio.vercel.app/"
},
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down

0 comments on commit 9c1c473

Please sign in to comment.