Skip to content

Commit

Permalink
Merge pull request #224 from ionic-team/feat-1.100
Browse files Browse the repository at this point in the history
v1.100
  • Loading branch information
damiant authored Jan 19, 2025
2 parents 1d26097 + f42e966 commit a0a572e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### Version 1.100

- Fix filter for cookie plugin when capturing logs from Nexus Browser

### Version 1.99

- Support for Angular 19 migration
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ionic",
"displayName": "Ionic",
"description": "Official extension for Ionic and Capacitor development",
"version": "1.99.0",
"version": "1.100.0",
"icon": "media/ionic.png",
"publisher": "Ionic",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const filteredLines = [
'◒ Install Dependencies',
'◐ Install Dependencies',
'◓ Install Dependencies',
'[info][capacitorcookies] Getting cookies at:',
'[INFO] Waiting for connectivity with npm...', // Occurs during debugging
];

Expand Down

0 comments on commit a0a572e

Please sign in to comment.