Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Nov 22, 2024
1 parent 8ebe485 commit cbee68a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run publish
working-directory: generators/python-v2/ast
run: |
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.10
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.11
cd lib
echo "//registry.npmjs.org/:_authToken=${{ env.NPM_TOKEN }}" > ~/.npmrc
npm publish --access public
2 changes: 1 addition & 1 deletion generators/python-v2/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fern-api/python-ast",
"version": "0.0.10",
"version": "0.0.11",
"repository": {
"type": "git",
"url": "https://github.com/fern-api/fern.git",
Expand Down
6 changes: 6 additions & 0 deletions generators/python-v2/ast/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- version: 0.0.11
createdAt: '2024-11-22'
changelogEntry:
- type: internal
summary: Fixes
irVersion: 33
- version: 0.0.10
createdAt: '2024-11-22'
changelogEntry:
Expand Down

0 comments on commit cbee68a

Please sign in to comment.