Skip to content

Commit

Permalink
0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Dec 11, 2024
1 parent 8ab6a06 commit a2fd1f8
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.14
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.15
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.14",
"version": "0.0.15",
"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.15
createdAt: '2024-12-11'
changelogEntry:
- type: internal
summary: Repeated class name import support.
irVersion: 33
- version: 0.0.14
createdAt: '2024-12-01'
changelogEntry:
Expand Down

0 comments on commit a2fd1f8

Please sign in to comment.