Skip to content

Commit bc1e09a

Browse files
committed
chore(release): 1.2.0 [skip ci]
1 parent 8e4e09f commit bc1e09a

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 1.2.0 (2024-10-18)
2+
3+
### Bug Fixes
4+
5+
- **build:** fix build ([a982031](https://github.com/Traction-Rec/flowtocode/commit/a98203107f507f2402e02c8b94ff4457a2996a82))
6+
- **deploy:** update version ([3b25d39](https://github.com/Traction-Rec/flowtocode/commit/3b25d398b34a7dd3dc5541647ff8a6d6f94b63f9))
7+
- **deps:** bump @salesforce/core from 7.2.0 to 7.3.1 ([c8ddcee](https://github.com/Traction-Rec/flowtocode/commit/c8ddcee8f6d1f85dbf894a9cf4cde493946bf45a))
8+
- **deps:** bump @salesforce/sf-plugins-core from 9.0.1 to 9.0.12 ([73fe14c](https://github.com/Traction-Rec/flowtocode/commit/73fe14cdca4788457a39f0f61a1227d59b769558))
9+
- **deps:** bump @salesforce/sf-plugins-core from 9.0.12 to 9.1.1 ([66cc42d](https://github.com/Traction-Rec/flowtocode/commit/66cc42d67b39d8cd920798ff9685b8ac565d265d))
10+
- **deps:** bump ejs from 3.1.9 to 3.1.10 ([f21dd12](https://github.com/Traction-Rec/flowtocode/commit/f21dd1268d41d5a37ba4cd0ffa4a76894eacd349))
11+
- **install:** fix install from git hub url ([7f96ab6](https://github.com/Traction-Rec/flowtocode/commit/7f96ab60bb58019f15da029c2b78d834677944be))
12+
- lodash version ([deccf3b](https://github.com/Traction-Rec/flowtocode/commit/deccf3ba1329668ea4d27ee039424a107e7f568f))
13+
- **test:** windows ([5fd6858](https://github.com/Traction-Rec/flowtocode/commit/5fd685885c64c823c34713b79c86fd03d7e2b1b6))
14+
- windows tests ([9ef3aa5](https://github.com/Traction-Rec/flowtocode/commit/9ef3aa53ca27569a9849dd655d95327c26373a77))
15+
- **x:** husky updates ([fa3cacc](https://github.com/Traction-Rec/flowtocode/commit/fa3cacc08dadbbdef0437ba08a427eda381f7007))
16+
17+
### Features
18+
19+
- **ftc:** improve output ([e61dd4e](https://github.com/Traction-Rec/flowtocode/commit/e61dd4ed75d3ec62370dab63a6caa57f8ff7c0e6))
20+
- initial commit ([fc2140a](https://github.com/Traction-Rec/flowtocode/commit/fc2140a2973ab3c922fc3565800a2b9291ad422c))
21+
- licence ([984ac41](https://github.com/Traction-Rec/flowtocode/commit/984ac417f55b6b8045c942417d0d805009519c10))
22+
- poc ([ae9e5ed](https://github.com/Traction-Rec/flowtocode/commit/ae9e5ed37010bc149a045ade65538a4011dc2575))
23+
- poc ([432e567](https://github.com/Traction-Rec/flowtocode/commit/432e56746318bce7b6510435b54b6f9cd4907583))
24+
- **release:** update docs ([8e4e09f](https://github.com/Traction-Rec/flowtocode/commit/8e4e09f3f1658fc32b056328f59b59693336966c))
25+
- subflow, decisions ([2621d28](https://github.com/Traction-Rec/flowtocode/commit/2621d28652816596db5e632632a06995953cc359))
26+
- support for decision node ([3d907aa](https://github.com/Traction-Rec/flowtocode/commit/3d907aa65e2abe1df92c8075d04c0ee42a576d53))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flowtocode",
33
"description": "covert salesforce flows into pseudocode",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"dependencies": {
66
"@oclif/core": "^3.26.2",
77
"@salesforce/core": "^7.3.1",

0 commit comments

Comments
 (0)