Skip to content

Commit

Permalink
Bump major version (#208)
Browse files Browse the repository at this point in the history
* bump major

* edit release.yml
  • Loading branch information
ssanjay1 authored Apr 19, 2024
1 parent 60957a6 commit fdd1a23
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
7 changes: 7 additions & 0 deletions packages/foundry-sdk-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @osdk/foundry-sdk-generator

## 1.0.0

### Major Changes

- Creating first major version of sdk generator with 1.0 version of typescript OSDK
4 changes: 2 additions & 2 deletions packages/foundry-sdk-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry-sdk-generator",
"version": "0.209.0",
"version": "1.0.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [ ],
"keywords": [],
"bin": {
"foundry-sdk-generator": "./bin/foundry-sdk-generator"
},
Expand Down

0 comments on commit fdd1a23

Please sign in to comment.