Skip to content

Commit

Permalink
Merge pull request #24 from rainstormy/release/1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
spdiswal authored Nov 3, 2024
2 parents ded6e24 + 602eba7 commit cc27ffa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on [Keep a Changelog](https://keepachangelog.com/en/1.1.0), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2024-11-03
### Added
- [MIT license](https://choosealicense.com/licenses/mit).
- New preset: `@rainstormy/presets-typescript/base`.
Expand All @@ -13,4 +15,5 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- New preset: `@rainstormy/presets-typescript/es2023`.
- New preset: `@rainstormy/presets-typescript/es2023-node`.

[unreleased]: https://github.com/rainstormy/presets-typescript
[unreleased]: https://github.com/rainstormy/presets-typescript/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/rainstormy/presets-typescript/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@rainstormy/presets-typescript",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "Predefined, opinionated TypeScript configurations suitable for any TypeScript project.",
"keywords": ["tsconfig", "typescript"],
"bugs": "https://github.com/rainstormy/presets-typescript/issues",
Expand Down

0 comments on commit cc27ffa

Please sign in to comment.