Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
fix(readme): update links to ghcr packages
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 10, 2021
1 parent 3f3fe15 commit 7acf0fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

Github-Package-Registry-Node:
name: Publishing release to Github Package Registry
Expand Down
28 changes: 0 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
# Changelog

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

## 1.0.0 (2021-07-10)


### Features

* data parsing part 1 ([2686a41](https://github.com/skyra-project/star-wars-api/commit/2686a410a8b09b7f261227ef17be2d2bd72bf428))
* finish mapping all data ([ce38f9c](https://github.com/skyra-project/star-wars-api/commit/ce38f9ca03e36e83ddbc4e3252bba2461a389978))
* finish up resolvers and setup services ([b5ed547](https://github.com/skyra-project/star-wars-api/commit/b5ed5473350cfb205b889738894b03791173da11))
* lots stuff or something ([55fd2da](https://github.com/skyra-project/star-wars-api/commit/55fd2daaf7ef1ee138ec664f7fc6205f55ee34f8))
* setup all the remaining field mapping ([7711261](https://github.com/skyra-project/star-wars-api/commit/77112619433a9ceb1098704e948380b64fac6ac7))
* setup basic film service ([f15f209](https://github.com/skyra-project/star-wars-api/commit/f15f209fa391c3af82b476aaa76b80c3b2178e91))
* validation, fixes and director of film ([3f483ae](https://github.com/skyra-project/star-wars-api/commit/3f483aec49c0ef47c37a6a723039e04494d69e06))


### Bug Fixes

* actually return multiple results in fuzzy ([f7f58f9](https://github.com/skyra-project/star-wars-api/commit/f7f58f976e03f0310df969d261c8e38775bbe40f))
* assign proper species to humans ([c9b7768](https://github.com/skyra-project/star-wars-api/commit/c9b7768bdc9df31eb6c8eeb2ddcd05aca1ec2fee))
* ensure lower case reference names ([baae0ba](https://github.com/skyra-project/star-wars-api/commit/baae0ba4709b0993370dc730774e10ed6320170a))
* fixed codegen in delivery process ([a7e3d44](https://github.com/skyra-project/star-wars-api/commit/a7e3d4400e0098aa89cbc5aa761d60bf4d38dff9))
* fixed infite looping in class constructors ([c07f96a](https://github.com/skyra-project/star-wars-api/commit/c07f96a6cc947cb823d11bacc8ce2634267b46fb))
* fixed more badly parsed names ([9d9f7ad](https://github.com/skyra-project/star-wars-api/commit/9d9f7ad81c60ac67971bdebe8d50df54a7354731))
* throw proper error when no vehicles are found with fuzzy ([c5c043a](https://github.com/skyra-project/star-wars-api/commit/c5c043a767df9b1a010839f74f3302941e758a38))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ This project follows the [all-contributors](https://github.com/all-contributors/
[dockerhub]: https://hub.docker.com/r/skyrabot/star-wars-api
[ethereum]: ethereum:0xcB5EDB76Bc9E389514F905D9680589004C00190c?amount=0.01&label=Skyra%20Discord%20Bot
[ethereumimage]: https://cdn.skyra.pw/gh-assets/ethereum.png
[ghcr_docker]: https://github.com/orgs/skyra-project/packages/container/package/star-wars-api
[ghcr_npm]: https://github.com/skyra-project/star-wars-api/packages/199047
[ghcr_docker]: https://github.com/skyra-project/star-wars-api/pkgs/container/star-wars-api
[ghcr_npm]: https://github.com/skyra-project/star-wars-api/packages/891634
[litecoin]: litecoin:MNVT1keYGMfGp7vWmcYjCS8ntU8LNvjnqM?amount=0.01&label=Skyra%20Discord%20Bot
[litecoinimage]: https://cdn.skyra.pw/gh-assets/litecoin.png
[npm]: https://www.npmjs.com/package/@skyra/star-wars-api
Expand Down

0 comments on commit 7acf0fe

Please sign in to comment.