Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Feb 4, 2024
2 parents faf7df8 + ce6db0a commit 7e6fbc5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
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.17] - 2024-02-04

### Features

- Migrate updates from upstream (#102)

## [1.0.0-alpha.16] - 2024-02-04

### Features
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.16",
"version": "1.0.0-alpha.17",
"name": "@lilnouns/lilnouns-camp",
"scripts": {
"lint": "pnpm -r run --if-present lint",
Expand All @@ -10,7 +10,8 @@
"resolutions": {
"@babel/traverse": ">=7.23.2",
"follow-redirects": ">=1.15.4",
"undici": ">=5.26.2"
"undici": ">=5.26.2",
"axios": ">=1.6.0"
},
"engines": {
"node": ">=18.0.0",
Expand Down
22 changes: 19 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 7e6fbc5

Please sign in to comment.