Skip to content

Commit

Permalink
v1.2.3: Updated README and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janik6n committed Jan 4, 2025
1 parent 157905c commit 5e6a647
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 60 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this template 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).

## [1.2.3] - 2025-01-04

### Added

### Changed

- Updated README.

### Deprecated

### Fixed

### Removed

### Security

### Internal

- Dependency `typescript-eslint` bumped from `^8.18.1` to `^8.18.2`.

## [1.2.2] - 2024-12-29

### Added
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ This is my batteries included TypeScript starter updated for 2025, with:
- 🐳 optional production ready [Docker](https://www.docker.com/) image creation
- 🔁 GitHub Actions workflow to run code quality checks and tests

This starter is more geared towards backend than frontend use.

## ✅ Prerequisites

- Make sure you have Node.js 22 installed. This is built, configured and tested with `Node.js 22`.
Expand Down Expand Up @@ -96,6 +98,13 @@ Run the containerized app with `npm run start:container`.

None as of now. 🦗

## What’s not inside

Here are some things that *could be included* in a starter, but are not in this one:
- Monorepo setup
- Any particular app’s source code
- Git pre-commit hooks (I do not prefer to use them)

## 📚 Further reading

### TypeScript
Expand Down
Loading

0 comments on commit 5e6a647

Please sign in to comment.