Skip to content

Commit

Permalink
chore(release): prepare for v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teatimeguest committed Dec 16, 2023
1 parent d05331e commit a3f2029
Show file tree
Hide file tree
Showing 5 changed files with 7,771 additions and 6,585 deletions.
4 changes: 4 additions & 0 deletions .config/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ export class PluginLicenses extends LicenseWebpackPlugin {
});
});
env.addFilter('escape', (s) => s.replaceAll(/[<>]/gu, '\\$&'));
delete modules
.find(({ name }) => name === '@azure/core-http')
?.packageJson
?.['homepage'];
return env.render(options.templatePath, { modules });
},
handleMissingLicenseText: (name, license) => {
Expand Down
169 changes: 137 additions & 32 deletions dist/NOTICE.md

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

Loading

0 comments on commit a3f2029

Please sign in to comment.