Skip to content

Commit f6f9eb6

Browse files
release: v1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2024-12-23) ### Bug Fixes * **code:** move main file to src dir ([38d0f5a](38d0f5a)) ### Documentation * **README:** update `README` file documentation ([df71827](df71827)) ### Build System * **deps:** bump `@szum-tech/semantic-release-config` to v2.2.0 ([32b40c3](32b40c3)) * **deps:** bump `@szum-tech/semantic-release-config` to v2.2.1 ([d179ac3](d179ac3)) * **eslint:** setup eslint ([f18f05e](f18f05e)) * **tsup:** set up `tsup` build configuration ([d94d093](d94d093)) ### Continuous Integration * **pr-check:** add `build` job to `PR Checks ✅` GH action ([5a34921](5a34921)) * **pr-check:** add `Eslint ⬣` job to `PR Checks ✅` GH action ([8b9de0a](8b9de0a)) * **publish:** update `Publish 🚀` gh action with `build` step ([8f6fca8](8f6fca8))
1 parent 8b9de0a commit f6f9eb6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.4.2](https://github.com/JanSzewczyk/prettier-config/compare/v1.4.1...v1.4.2) (2024-12-23)
7+
8+
### Bug Fixes
9+
10+
* **code:** move main file to src dir ([38d0f5a](https://github.com/JanSzewczyk/prettier-config/commit/38d0f5ac4d8ddcf214d82c4e07b7fa747d330a22))
11+
12+
### Documentation
13+
14+
* **README:** update `README` file documentation ([df71827](https://github.com/JanSzewczyk/prettier-config/commit/df71827d713f40a643360e4a020f9ba679e5808c))
15+
16+
### Build System
17+
18+
* **deps:** bump `@szum-tech/semantic-release-config` to v2.2.0 ([32b40c3](https://github.com/JanSzewczyk/prettier-config/commit/32b40c3d8892e972e5e7ab8782919c9f96be7f84))
19+
* **deps:** bump `@szum-tech/semantic-release-config` to v2.2.1 ([d179ac3](https://github.com/JanSzewczyk/prettier-config/commit/d179ac3e68929ef3a8dec8a962b873d3690efc5a))
20+
* **eslint:** setup eslint ([f18f05e](https://github.com/JanSzewczyk/prettier-config/commit/f18f05e362dae1d3941f326671318d7da94409d5))
21+
* **tsup:** set up `tsup` build configuration ([d94d093](https://github.com/JanSzewczyk/prettier-config/commit/d94d093705c71c1e17cf5619102bb6a3b2bf48a1))
22+
23+
### Continuous Integration
24+
25+
* **pr-check:** add `build` job to `PR Checks ✅` GH action ([5a34921](https://github.com/JanSzewczyk/prettier-config/commit/5a349210188f10ce22e54307e7ba0d8c6571ef70))
26+
* **pr-check:** add `Eslint ⬣` job to `PR Checks ✅` GH action ([8b9de0a](https://github.com/JanSzewczyk/prettier-config/commit/8b9de0add24f332ceff05d5440bd19c806e6cc46))
27+
* **publish:** update `Publish 🚀` gh action with `build` step ([8f6fca8](https://github.com/JanSzewczyk/prettier-config/commit/8f6fca8a9cdebb87554ca6d6d617f7c7dc3fd915))
28+
629
## [1.4.1](https://github.com/JanSzewczyk/prettier-config/compare/v1.4.0...v1.4.1) (2024-12-07)
730

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

0 commit comments

Comments
 (0)