Skip to content

Commit

Permalink
update changelog and doc version (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina authored Mar 29, 2024
1 parent e0f7ef8 commit 7b129b3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-03-27)

### Other Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install azd
uses: Azure/setup-azd@v0.1.0
uses: Azure/setup-azd@v1.0.0
```
## Sample workflow install a specific `azd` version
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install azd
uses: Azure/setup-azd@v0.1.0
uses: Azure/setup-azd@v1.0.0
with:
version: '<version-number>'
```
Expand Down
18 changes: 2 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-azd",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",
Expand Down

0 comments on commit 7b129b3

Please sign in to comment.