Skip to content

Commit bc89c11

Browse files
committed
chore: release 2.0.0
1 parent 5d5c3da commit bc89c11

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "2.0.0"
33
}

docs/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/graycoreio/magento2-devcontainer/compare/v1.1.0...v2.0.0) (2026-04-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Unfortunately, on Macs and Linux boxes, VSCode will often fail to port-forward 443 and 80. Sometimes, these will work and cause VSCode to request privileges, but more often than not, they don't. It's easier to just use a non-privileged port than fight against admin access. As such, you can now access your site on the portforward `8000`` and `8443` instead.
9+
10+
### Features
11+
12+
* use non-privileged ports for nginx ([e452bc7](https://github.com/graycoreio/magento2-devcontainer/commit/e452bc7cc19ff6122bd645da44bdbcd3d4321e4d))
13+
314
## [1.1.0](https://github.com/graycoreio/magento2-devcontainer/compare/v1.0.0...v1.1.0) (2026-02-17)
415

516

0 commit comments

Comments
 (0)