Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suptower committed Aug 8, 2023
1 parent 7b6c896 commit 97327ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [1.0.0](https://github.com/suptower/worldweather-cli/compare/v0.5.2...v1.0.0) (2023-08-08)


### Features

* **package:** :memo: updated README.md + added post-install script ([6b41f04](https://github.com/suptower/worldweather-cli/commit/6b41f04e293144cb85ba8229c3da3444ddec7634))
* **package:** :sparkles: favorite city system ([85e8015](https://github.com/suptower/worldweather-cli/commit/85e8015d9e139b08ed2b43163440043e532e7039))

## [0.5.2](https://github.com/suptower/worldweather-cli/compare/v0.5.1...v0.5.2) (2023-08-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suptower/weather-cli",
"version": "0.5.2",
"version": "1.0.0",
"date": "Updated on 8th of August 2023.",
"description": "A package to retrieve weather information directly from your terminal.",
"exports": "./bin/index.js",
Expand Down Expand Up @@ -67,4 +67,4 @@
"engines": {
"node": ">=16"
}
}
}

0 comments on commit 97327ae

Please sign in to comment.