Skip to content

Commit

Permalink
chore(main): release www 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philostler committed Mar 20, 2024
1 parent f3e480f commit ae028d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [1.1.0](https://github.com/philostler/philostler.com/compare/www-v1.0.0...www-1.1.0) (2024-03-20)


### Features

* add austria flag ([ecaceb4](https://github.com/philostler/philostler.com/commit/ecaceb4b05f6a75509a541b5558f8231126df905))


### Bug Fixes

* ignore formatting in .next directory ([07f1d17](https://github.com/philostler/philostler.com/commit/07f1d174e86ff2917d432ccf6d35379afbe49402))
2 changes: 1 addition & 1 deletion packages/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@philostler.com/www",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/www": "1.0.0"
"packages/www": "1.1.0"
}

0 comments on commit ae028d3

Please sign in to comment.