Skip to content

Commit d1e41ac

Browse files
release: v1.5.0 [skip ci]
## [1.5.0](v1.4.5...v1.5.0) (2025-01-25) ### Features * **config:** improve features detection ([72e3d21](72e3d21)) ### Documentation * **CHANGELOG:** clear Changelog file ([baced08](baced08)) * **LICENCE:** update copyright copy ([9257faa](9257faa)) * **README:** update `README` file documentation ([7c2c4a4](7c2c4a4)) ### Build System * **deps:** bump deps ([cdb0b42](cdb0b42)) ### Continuous Integration * **gh-actions:** update Github actions: ([12e63d9](12e63d9))
1 parent 72e3d21 commit d1e41ac

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.5.0](https://github.com/JanSzewczyk/prettier-config/compare/v1.4.5...v1.5.0) (2025-01-25)
7+
8+
### Features
9+
10+
* **config:** improve features detection ([72e3d21](https://github.com/JanSzewczyk/prettier-config/commit/72e3d21df1a303a27888d480f48827650dc8bd35))
11+
12+
### Documentation
13+
14+
* **CHANGELOG:** clear Changelog file ([baced08](https://github.com/JanSzewczyk/prettier-config/commit/baced08d9f9f3a507608fc9c05f58d0116f33cb4))
15+
* **LICENCE:** update copyright copy ([9257faa](https://github.com/JanSzewczyk/prettier-config/commit/9257faa5d04dad94e7080d09c8410d4f6e1abc91))
16+
* **README:** update `README` file documentation ([7c2c4a4](https://github.com/JanSzewczyk/prettier-config/commit/7c2c4a43275b23192b00f67d21087d6c2d6285be))
17+
18+
### Build System
19+
20+
* **deps:** bump deps ([cdb0b42](https://github.com/JanSzewczyk/prettier-config/commit/cdb0b425fd0d312248be22c79f30678ba9a34cfd))
21+
22+
### Continuous Integration
23+
24+
* **gh-actions:** update Github actions: ([12e63d9](https://github.com/JanSzewczyk/prettier-config/commit/12e63d91a81369c353cc8174983704e665aab4c9))
25+
626
## [1.4.5](https://github.com/JanSzewczyk/prettier-config/compare/v1.4.4...v1.4.5) (2024-12-25)
727

828
### Bug Fixes

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.4.5",
3+
"version": "1.5.0",
44
"description": "Prettier shareable configuration.",
55
"keywords": [
66
"szum-tech",

0 commit comments

Comments
 (0)