Skip to content

Commit b3fa84e

Browse files
authored
Merge pull request #7 from wayofdev/release-please--branches--master--components--npm-shareable-configs
2 parents da7e9b1 + 893e30a commit b3fa84e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/wayofdev/npm-shareable-configs/compare/v1.1.0...v1.2.0) (2022-12-15)
4+
5+
6+
### Features
7+
8+
* auto-release ([7d1b6bc](https://github.com/wayofdev/npm-shareable-configs/commit/7d1b6bc16cb6c2321ece3a8f5506ef5d52b7bec4))
9+
10+
11+
### Bug Fixes
12+
13+
* npm publishing ([debccdc](https://github.com/wayofdev/npm-shareable-configs/commit/debccdcce875774fb74653827d46da4ba1e56cda))
14+
* publish action ([ded55ca](https://github.com/wayofdev/npm-shareable-configs/commit/ded55ca354d9053fa956dd2f4b1a723058a22ed0))
15+
* wrong lock file, updating deps ([6dff4ad](https://github.com/wayofdev/npm-shareable-configs/commit/6dff4adb10e1c521c3fa79aa7510d244971be9cf))
16+
17+
18+
### Continuous Integration
19+
20+
* auto publish packages ([83818bc](https://github.com/wayofdev/npm-shareable-configs/commit/83818bc86162da2d5235f589c43b5f0d8b3554d6))
21+
* missing dep ([2eceb76](https://github.com/wayofdev/npm-shareable-configs/commit/2eceb766a60a416a5132652af013ddd4bb6e3a15))
22+
* publish packages ([6cac87d](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564))
23+
* wrong lock file ([a854deb](https://github.com/wayofdev/npm-shareable-configs/commit/a854deb5a6990ecfd4082b70a2e426abc96e6828))
24+
325
## [1.1.0](https://github.com/wayofdev/npm-shareable-configs/compare/v1.0.0...v1.1.0) (2022-12-15)
426

527

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.1.0",
3+
"version": "1.2.0",
44
"author": "lotyp7@gmail.com",
55
"description": "Shareable configurations with fully automated package publishing to NPM Registry.",
66
"keywords": [],

0 commit comments

Comments
 (0)