Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
vantreeseba committed Aug 28, 2023
2 parents 0eae074 + 8b00ed1 commit d955af7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add new issues to org project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/dropecho/projects/4
github-token: ${{ secrets.GH_PROJECTS_ACTIONS_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.13.0](https://github.com/dropecho/storygen/compare/0.12.1...0.13.0) (2023-03-29)


### Features

* Add map function, misc cleanup. ([ee56f60](https://github.com/dropecho/storygen/commit/ee56f604ad6eca641492d059b3bf76c7a456e3ba))

## [0.12.1](https://github.com/dropecho/storygen/compare/0.12.0...0.12.1) (2023-01-07)


Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"contributors": [
"vantreeseba"
],
"version": "0.12.1",
"releasenote": "Release version 0.12.1. See CHANGELOG.md for details.",
"version": "0.13.0",
"releasenote": "Release version 0.13.0. See CHANGELOG.md for details.",
"tags": [
"text",
"game",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dropecho/storygen",
"version": "0.12.1",
"version": "0.13.0",
"description": "",
"author": "vantreeseba <vantreeseba@gmail.com>",
"repository": "github:dropecho/storygen",
Expand Down

0 comments on commit d955af7

Please sign in to comment.