@lqbach/prettier-config 0.1.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,34 @@
1
+ # Changelog
2
+
3
+ ## [0.2.2](https://github.com/lqbach/eslint-prettier-config/compare/prettier-config-v0.2.1...prettier-config-v0.2.2) (2023-11-14)
4
+
5
+
6
+ ### Documentation 📝
7
+
8
+ * add new readme docs ([b2b0044](https://github.com/lqbach/eslint-prettier-config/commit/b2b004442723e81299e10a2945e9f616324ac06a))
9
+
10
+ ## [0.2.1](https://github.com/lqbach/eslint-prettier-config/compare/prettier-config-v0.2.0...prettier-config-v0.2.1) (2023-11-14)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update package visiblity ([2c332e1](https://github.com/lqbach/eslint-prettier-config/commit/2c332e19165da93881d6ee61b75560041f9a5397))
16
+
17
+ ## [0.2.0](https://github.com/lqbach/eslint-prettier-config/compare/prettier-config-v0.1.0...prettier-config-v0.2.0) (2023-11-14)
18
+
19
+
20
+ ### Features
21
+
22
+ * add new repository key to package ([d63ceb7](https://github.com/lqbach/eslint-prettier-config/commit/d63ceb7e9a348efc322ecdcb5d462cee6a2b05b8))
23
+
24
+ ## 0.1.0 (2023-11-14)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * update name in package descriptions ([103aeb8](https://github.com/lqbach/eslint-prettier-config/commit/103aeb876f9ef22177e66a6946f8a257dc7479cd))
30
+
31
+
32
+ ### Miscellaneous Chores
33
+
34
+ * release 0.1.0 ([7cb7162](https://github.com/lqbach/eslint-prettier-config/commit/7cb7162ec233343991bdcfeaadb1caff612c5c9f))
package/README.md ADDED
File without changes
package/package.json CHANGED
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@lqbach/prettier-config",
3
3
  "type": "module",
4
- "version": "0.1.0",
5
- "description": "Quan's Personal Prettier Config",
4
+ "version": "0.2.2",
5
+ "private": false,
6
+ "description": "lqbach's Personal Prettier Config",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/lqbach/eslint-prettier-config.git",
10
+ "directory": "packages/prettier-config"
11
+ },
6
12
  "main": "./dist/index.js",
7
13
  "scripts": {
8
14
  "build": "tsup src/index.ts --format esm,cjs --clean"