Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
babul committed Aug 26, 2024
1 parent dadfdea commit ae8d5a0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.0.2

### Commits

- Initial commit [`16e97ca`](https://github.com/montopolis/desdinova/commit/16e97ca78f2f3e172bd08947dc0bf1c49b6c63fa)
- initial commit [`eb01210`](https://github.com/montopolis/desdinova/commit/eb0121075bff7711cc31b5338d1e122b8eeaa211)
- README updates, added _starterPage.astro [`ae15697`](https://github.com/montopolis/desdinova/commit/ae15697fdac8d7a378f839a55b846e72c17f81f8)
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,7 +1,7 @@
{
"name": "desdinova",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import NewsletterSignup from "../components/NewsletterSignup.astro"
class="mx-auto max-w-screen-xl px-4 py-8 text-center lg:px-12 lg:py-16">
<h1
class="mb-4 font-body text-4xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-6xl dark:text-white">
Desdinova v0.0.1
Desdinova v0.0.2
</h1>

<div>
Expand Down

0 comments on commit ae8d5a0

Please sign in to comment.