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

Commit

Permalink
Update dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdalen authored Feb 19, 2022
1 parent 0ebd0c6 commit 156a45a
Show file tree
Hide file tree
Showing 4 changed files with 2,125 additions and 2,241 deletions.
7 changes: 7 additions & 0 deletions .azext/changelog-cache.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"issues": [
{
"id": 1144551846,
"number": 47,
"submitter": "joachimdalen",
"title": " Update dependencies",
"url": "https://github.com/joachimdalen/azext/pull/47"
},
{
"id": 1088796951,
"number": 30,
Expand Down
10 changes: 8 additions & 2 deletions .azext/changelog.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[
{
"publishDate": "2022-01-XX",
"publishDate": "2022-02-19",
"version": "0.6.0",

"changes": [
{
"type": "maint",
"description": "Update dependencies",
"issue": 47
}
],
"modules": [
{
"name": "readme",
Expand Down
27 changes: 17 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## 0.6.0 (2022-01-XX)
## 0.6.0 (2022-02-19)

### 🛠️ Maintenance (1)

- Update dependencies
- Issue: [GH#47 - Update dependencies](https://github.com/joachimdalen/azext/pull/47)

## 📦 Module changes

### 🚀 Features (2)

Expand Down Expand Up @@ -160,6 +167,15 @@ This release introduces a new command (`azext readme`) to manage documentation.

---

### 🛠️ Maintenance (2)

- Split CLI and implementation in preparation for Node API

- Pull Request: [PR#6 - Refactor to support for usage from node](https://github.com/joachimdalen/azext/pull/6)

- Forced path of configuration files to be in folder `.azext/`
- Pull Request: [PR#12 - Refactoring and docs generation](https://github.com/joachimdalen/azext/pull/12)

### 🚀 Features (1)

- Add support for global options
Expand All @@ -170,15 +186,6 @@ This release introduces a new command (`azext readme`) to manage documentation.
- Added more detailed documentation
- Changed in [PR#7 - Update documentation](https://github.com/joachimdalen/azext/pull/7)

### 🛠️ Maintenance (2)

- Split CLI and implementation in preparation for Node API

- Pull Request: [PR#6 - Refactor to support for usage from node](https://github.com/joachimdalen/azext/pull/6)

- Forced path of configuration files to be in folder `.azext/`
- Pull Request: [PR#12 - Refactoring and docs generation](https://github.com/joachimdalen/azext/pull/12)

## 📦 Module changes

### 🚀 Features (8)
Expand Down
Loading

0 comments on commit 156a45a

Please sign in to comment.