Skip to content

Commit 815e205

Browse files
release: v1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2025-03-03) ### Bug Fixes * **typescript:** add missing `types` configuration to `package.json` file ([5dac209](5dac209)) ### Documentation * **README:** update documentation with ts usage ([ab11500](ab11500)) ### Build System * **deps:** bump deps ([b1dff30](b1dff30)) ### Continuous Integration * **pr-check:** add `TypeScript` job to `PR Checks ✅` action ([b921a85](b921a85))
1 parent b1dff30 commit 815e205

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.1](https://github.com/JanSzewczyk/prettier-config/compare/v1.6.0...v1.6.1) (2025-03-03)
7+
8+
### Bug Fixes
9+
10+
* **typescript:** add missing `types` configuration to `package.json` file ([5dac209](https://github.com/JanSzewczyk/prettier-config/commit/5dac2095afadb161b86c7127e9bcbd3ee2908cc6))
11+
12+
### Documentation
13+
14+
* **README:** update documentation with ts usage ([ab11500](https://github.com/JanSzewczyk/prettier-config/commit/ab11500d2c86bcec46e18d56c85948e5a2d55deb))
15+
16+
### Build System
17+
18+
* **deps:** bump deps ([b1dff30](https://github.com/JanSzewczyk/prettier-config/commit/b1dff30a9ce251284190d24b87286188ee3c1169))
19+
20+
### Continuous Integration
21+
22+
* **pr-check:** add `TypeScript` job to `PR Checks ✅` action ([b921a85](https://github.com/JanSzewczyk/prettier-config/commit/b921a858224cb9813f058bf7cd9548e0e2a7a656))
23+
624
## [1.6.0](https://github.com/JanSzewczyk/prettier-config/compare/v1.5.0...v1.6.0) (2025-03-03)
725

826
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@szum-tech/prettier-config",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Prettier shareable configuration.",
55
"keywords": [
66
"szum-tech",

0 commit comments

Comments
 (0)