This repository was archived by the owner on Feb 14, 2025. It is now read-only.
File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "publishDate" : " 2022-01-XX " ,
3
+ "publishDate" : " 2022-01-16 " ,
4
4
"version" : " 0.5.0" ,
5
5
"sections" : {
6
6
"breakingChanges" : [
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.5.0 (2022-01-XX )
3
+ ## 0.5.0 (2022-01-16 )
4
4
5
5
** 🔥 BREAKING CHANGES 🔥**
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @joachimdalen/azext" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " A collection of utilities to help with extension development for Azure DevOps" ,
5
5
"main" : " dist/azext.js" ,
6
6
"bin" : {
12
12
],
13
13
"icon" : " ./docs/images/azext-icon.png" ,
14
14
"scripts" : {
15
+ "prerelease" : " npm run set:version && npm run build:docs && npm run build:demo-docs && npm run build:demo-task-docs" ,
15
16
"set:version" : " node -p \" 'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts" ,
16
17
"build" : " tsc -d" ,
17
18
"build-wp" : " webpack --config webpack.config.js" ,
Original file line number Diff line number Diff line change 1
- export const LIB_VERSION = '0.4 .0' ;
1
+ export const LIB_VERSION = '0.5 .0' ;
You can’t perform that action at this time.
0 commit comments