Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

version bump #64

Merged
merged 2 commits into from
May 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/clicommon",
"version": "0.4.8",
"version": "0.4.9",
"description": "Autorest Azure Cli Common Module",
"main": "dist/index.js",
"engines": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@azure-tools/autorest-extension-base": "^3.1.235",
"@azure-tools/codegen": "^2.4.257",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about this one? and please bump the modelerfour version per the new python codegen version. thx

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped both modelerfour and codegen. Thanks!

"@azure-tools/codemodel": "3.4.302",
"@azure-tools/codemodel": "4.13.321",
"@azure-tools/linq": "^3.1.232",
"node-yaml": "^3.2.0"
},
Expand Down