Skip to content

Commit 9700da6

Browse files
committed
chore(release): 1.2.0 [skip ci]
1 parent 37b0570 commit 9700da6

4 files changed

Lines changed: 1375 additions & 1356 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
1+
# [1.2.0](https://github.com/pcon/sf-cli-pubsub/compare/1.1.1...1.2.0) (2025-06-22)
2+
3+
4+
### Features
5+
6+
* disabling install of husky post install ([37b0570](https://github.com/pcon/sf-cli-pubsub/commit/37b0570a9865a83a3c731430e238bbedca247174))
7+
8+
9+
110
## [1.1.1](https://github.com/pcon/sf-cli-pubsub/compare/1.1.0...1.1.1) (2025-06-22)
211

12+
313
### Bug Fixes
414

5-
- **deps:** bump @salesforce/sf-plugins-core from 12.0.11 to 12.2.2 ([5927747](https://github.com/pcon/sf-cli-pubsub/commit/5927747acc7d933aa6dbcbd1476628cb99578df5))
15+
* **deps:** bump @salesforce/sf-plugins-core from 12.0.11 to 12.2.2 ([5927747](https://github.com/pcon/sf-cli-pubsub/commit/5927747acc7d933aa6dbcbd1476628cb99578df5))
16+
17+
618

719
# [1.1.0](https://github.com/pcon/sf-cli-pubsub/compare/02bd3bf297658b189f53ed209053578ec783bc19...1.1.0) (2025-06-22)
820

21+
922
### Bug Fixes
1023

11-
- **deps:** bump @salesforce/core from 8.6.4 to 8.14.0 ([7204178](https://github.com/pcon/sf-cli-pubsub/commit/7204178aca6bbabb1e1b8f41e8a31f851bbd673a))
24+
* **deps:** bump @salesforce/core from 8.6.4 to 8.14.0 ([7204178](https://github.com/pcon/sf-cli-pubsub/commit/7204178aca6bbabb1e1b8f41e8a31f851bbd673a))
25+
1226

1327
### Features
1428

15-
- initial commit ([02bd3bf](https://github.com/pcon/sf-cli-pubsub/commit/02bd3bf297658b189f53ed209053578ec783bc19))
29+
* initial commit ([02bd3bf](https://github.com/pcon/sf-cli-pubsub/commit/02bd3bf297658b189f53ed209053578ec783bc19))
30+
31+
32+

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ sf plugins
110110
## Commands
111111

112112
<!-- commands -->
113-
114-
- [`sf pubsub subscribe`](#sf-pubsub-subscribe)
113+
* [`sf pubsub subscribe`](#sf-pubsub-subscribe)
115114

116115
## `sf pubsub subscribe`
117116

@@ -147,5 +146,4 @@ FLAG DESCRIPTIONS
147146
148147
More information about a flag. Don't repeat the summary.
149148
```
150-
151149
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pcon/sf-cli-pubsub",
33
"description": "A toolchain to help with pubsub related tasks.",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"dependencies": {
66
"@oclif/core": "^4",
77
"@salesforce/core": "^8",

0 commit comments

Comments
 (0)