Skip to content

Commit 25bcd0c

Browse files
authored
Merge pull request #12 from wayofdev/release-please--branches--master--components--npm-shareable-configs
2 parents 26176de + 5aadb2a commit 25bcd0c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/wayofdev/npm-shareable-configs/compare/v1.2.1...v1.3.0) (2022-12-21)
4+
5+
6+
### Features
7+
8+
* load tailwind plugin by default ([364590b](https://github.com/wayofdev/npm-shareable-configs/commit/364590b946ba5fc4845e428b1d1deaa8035609c7))
9+
* rework tsconfig, add nextjs preset ([58e83bc](https://github.com/wayofdev/npm-shareable-configs/commit/58e83bcb5d3fb5a8c79dc2863cb20e30054a0ab7))
10+
* version bump ([e4f1811](https://github.com/wayofdev/npm-shareable-configs/commit/e4f181114431d6fe07105b3b3be494a2a9e0236a))
11+
* version bump ([75617ec](https://github.com/wayofdev/npm-shareable-configs/commit/75617ec7b920832463a087819c10ac85e44d158f))
12+
13+
14+
### Bug Fixes
15+
16+
* make root repo private ([7f8e614](https://github.com/wayofdev/npm-shareable-configs/commit/7f8e6140e501a0a3d9eeaa37a195a95c6f078c40))
17+
* remove tailwind ([86ea324](https://github.com/wayofdev/npm-shareable-configs/commit/86ea3240db015c9f59f7e6f7515ae25032f99582))
18+
319
## [1.2.1](https://github.com/wayofdev/npm-shareable-configs/compare/v1.2.0...v1.2.1) (2022-12-16)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/npm-shareable-configs",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"private": true,
55
"author": "lotyp7@gmail.com",
66
"description": "Shareable configurations with fully automated package publishing to NPM Registry.",

0 commit comments

Comments
 (0)