Skip to content

Commit

Permalink
Prepare 0.5.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdalen authored Jan 16, 2022
1 parent d5fbb19 commit a94aab8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azext/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"publishDate": "2022-01-XX",
"publishDate": "2022-01-16",
"version": "0.5.0",
"sections": {
"breakingChanges": [
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.5.0 (2022-01-XX)
## 0.5.0 (2022-01-16)

**🔥 BREAKING CHANGES 🔥**

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joachimdalen/azext",
"version": "0.4.0",
"version": "0.5.0",
"description": "A collection of utilities to help with extension development for Azure DevOps",
"main": "dist/azext.js",
"bin": {
Expand All @@ -12,6 +12,7 @@
],
"icon": "./docs/images/azext-icon.png",
"scripts": {
"prerelease": "npm run set:version && npm run build:docs && npm run build:demo-docs && npm run build:demo-task-docs",
"set:version": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"build": "tsc -d",
"build-wp": "webpack --config webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '0.4.0';
export const LIB_VERSION = '0.5.0';

0 comments on commit a94aab8

Please sign in to comment.