Skip to content

Commit

Permalink
chore(main): release 15.0.0 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 13, 2024
1 parent 0db57fe commit a689f97
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"14.0.0"}
{".":"15.0.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [15.0.0](https://github.com/voxpelli/tsconfig/compare/v14.0.0...v15.0.0) (2024-09-13)


### ⚠ BREAKING CHANGES

* update dependency typescript to ~5.6.2 ([#54](https://github.com/voxpelli/tsconfig/issues/54))

### 🌟 Features

* add `noUncheckedSideEffectImports` ([#56](https://github.com/voxpelli/tsconfig/issues/56)) ([c93909e](https://github.com/voxpelli/tsconfig/commit/c93909e6c7bd87255c14f7eb529e680f01b29ca6))


### 🩹 Fixes

* update dependency typescript to ~5.6.2 ([#54](https://github.com/voxpelli/tsconfig/issues/54)) ([b831ea5](https://github.com/voxpelli/tsconfig/commit/b831ea58488cda8dc960cb4d18a154455475a1c1))

## [14.0.0](https://github.com/voxpelli/tsconfig/compare/v13.0.0...v14.0.0) (2024-09-06)


Expand Down
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": "@voxpelli/tsconfig",
"description": "Personal tsconfig bases",
"version": "14.0.0",
"version": "15.0.0",
"license": "MIT",
"author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
"homepage": "https://github.com/voxpelli/tsconfig",
Expand Down

0 comments on commit a689f97

Please sign in to comment.