Skip to content

Commit fff46ad

Browse files
committed
chore(release): 2.3.16 [skip ci]
1 parent b53510c commit fff46ad

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.3.16](https://github.com/salesforcecli/plugin-source/compare/2.3.15...2.3.16) (2023-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* only listen to events once per package ([#698](https://github.com/salesforcecli/plugin-source/issues/698)) ([b53510c](https://github.com/salesforcecli/plugin-source/commit/b53510cc3bf9fe1089c193112be847bb109aa1e2))
7+
8+
9+
110
## [2.3.15](https://github.com/salesforcecli/plugin-source/compare/2.3.14...2.3.15) (2023-01-19)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-source",
33
"description": "Commands to interact with source formatted metadata",
4-
"version": "2.3.15",
4+
"version": "2.3.16",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
@@ -188,4 +188,4 @@
188188
"publishConfig": {
189189
"access": "public"
190190
}
191-
}
191+
}

0 commit comments

Comments
 (0)