Skip to content

Commit 823fbac

Browse files
committed
docs: update CHANGELOG.md
1 parent bec1a7a commit 823fbac

File tree

1 file changed

+34
-13
lines changed

1 file changed

+34
-13
lines changed

CHANGELOG.md

+34-13
Original file line numberDiff line numberDiff line change
@@ -7,73 +7,93 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- handle OPTIONS request for CORS
13+
1014
## [4.0.4] - 2023-11-03
1115

1216
### Fixed
13-
- CI publishing pipeline
17+
18+
- CI publishing pipeline
1419

1520
## [4.0.0] - 2023-10-30
1621

1722
### Removed
18-
- Websocket-based debugger tunnel;
23+
24+
- Websocket-based debugger tunnel;
1925

2026
### Changed
21-
- Update `recommendedEdition` in `edition.ts to `[email protected]`
27+
28+
- Update `recommendedEdition` in `edition.ts to`<[email protected]>`
2229

2330
## [3.0.0] - 2021-10-20
2431

25-
- Release major 3.x as stable.
32+
- Release major 3.x as stable.
2633

2734
## [3.8.1-beta] - 2021-10-07
2835

2936
### Changed
30-
- Undo a remotion of a condition in ManifestUtil for OCLIF_COMPILATION
37+
38+
- Undo a remotion of a condition in ManifestUtil for OCLIF_COMPILATION
3139

3240
## [3.8.0-beta] - 2021-06-09
3341

3442
### Removed
43+
3544
- App purchases and all code related to it
3645

3746
## [3.7.3-beta] - 2021-05-31
3847

3948
### Changed
40-
- Update @vtex/cli-plugin-plugins to ^1.13.2
49+
50+
- Update @vtex/cli-plugin-plugins to ^1.13.2
4151

4252
## [3.7.2-beta] - 2021-05-10
4353

4454
### Changed
45-
- Use templates as remote configs instead of hardcoded strings.
55+
56+
- Use templates as remote configs instead of hardcoded strings.
4657

4758
## [3.7.1-beta] - 2021-05-07
4859

4960
### Fixed
50-
- Fix typo in version update message
61+
62+
- Fix typo in version update message
5163

5264
## [3.7.0-beta] - 2021-05-03
5365

5466
### Changed
55-
- Update @vtex/cli-plugin-plugins
67+
68+
- Update @vtex/cli-plugin-plugins
5669

5770
## [3.6.1-beta] - 2021-04-22
58-
- Fix `set edition` command to handle prompt cancellations
59-
- Add check on `set edition` command to install tenant-provisioner app in sponsor account
71+
72+
- Fix `set edition` command to handle prompt cancellations
73+
- Add check on `set edition` command to install tenant-provisioner app in sponsor account
6074

6175
## [3.6.0-beta] - 2021-04-13
6276

6377
### Added
78+
6479
- [vtex init] Service worker example to list of templates
6580

6681
## [3.5.2-beta] - 2021-04-09
6782

6883
### Fixed
84+
6985
- [install] Treat `InstallStatus` as a variable not as a type
86+
7087
### Changed
88+
7189
- [autoupdate] Update to version 0.0.2
7290

7391
## [3.5.1-beta] - 2021-04-01
7492

7593
### Fixed
94+
7695
- [hook] Change imports from node_modules to package name
96+
7797
## [3.5.0-beta] - 2021-04-01
7898

7999
### Changed
@@ -85,6 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85105
### Changed
86106

87107
-[Messages] Update Plugins / Default commands message UX
108+
88109
## [3.3.4-beta] - 2021-03-29
89110

90111
### Fixed
@@ -2104,13 +2125,13 @@ I know you're excited, yeah, gimme a hug homie <3
21042125

21052126
**TL;DR:** You don't need to type the sandbox name on `watch` or set the cookies anymore.
21062127

2107-
# !!!
2128+
#
21082129

21092130
**First big important note:** If you have any credentials cached, please `logout` and `login` again.
21102131

21112132
**Second big important note:** Delete the previous `vtex_workspace` and `vtex_sandbox` cookies that you have setted before.
21122133

2113-
# !!!
2134+
#
21142135

21152136
- [`#58`](https://github.com/vtex/toolbelt/issues/58)
21162137
- [`#48`](https://github.com/vtex/toolbelt/issues/48) (closed due to deprecation)

0 commit comments

Comments
 (0)