Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit a94aab8

Browse files
authored
Prepare 0.5.0 (#44)
1 parent d5fbb19 commit a94aab8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.azext/changelog.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"publishDate": "2022-01-XX",
3+
"publishDate": "2022-01-16",
44
"version": "0.5.0",
55
"sections": {
66
"breakingChanges": [

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.5.0 (2022-01-XX)
3+
## 0.5.0 (2022-01-16)
44

55
**🔥 BREAKING CHANGES 🔥**
66

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joachimdalen/azext",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A collection of utilities to help with extension development for Azure DevOps",
55
"main": "dist/azext.js",
66
"bin": {
@@ -12,6 +12,7 @@
1212
],
1313
"icon": "./docs/images/azext-icon.png",
1414
"scripts": {
15+
"prerelease": "npm run set:version && npm run build:docs && npm run build:demo-docs && npm run build:demo-task-docs",
1516
"set:version": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
1617
"build": "tsc -d",
1718
"build-wp": "webpack --config webpack.config.js",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = '0.4.0';
1+
export const LIB_VERSION = '0.5.0';

0 commit comments

Comments
 (0)