Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.43'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Oct 5, 2023
2 parents 39ecae1 + a4fbfa2 commit b947331
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}

- name: Install pnpm package manager
uses: pnpm/action-setup@v2.4.0
with:
version: latest

# Cache dependencies to speed up builds
- name: Cache cargo dependencies
uses: actions/cache@v3.3.2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.43] - 2023-10-05

### Miscellaneous Tasks

- Add pnpm package manager installation step to deploy workflow

## [1.0.0-alpha.42] - 2023-10-05

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lilnouns-bots"
version = "1.0.0-alpha.42"
version = "1.0.0-alpha.43"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "Our bots are designed to keep the Lil Nouns DAO community informed and engaged."
Expand Down

0 comments on commit b947331

Please sign in to comment.