Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from levino/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--mock-jwks

chore(main): release 1.0.0
  • Loading branch information
levino authored May 2, 2023
2 parents b68e949 + d60aa20 commit fd5b2c9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## 1.0.0 (2023-05-02)


### Features

* add ci with some basic tests ([2256b1a](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/2256b1a9b464298240b26bce1807822437a5d186))
* add old package as dep to enable reference build ([d10ad98](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/d10ad9813cc97a950710fadda1c7bac9f5cc4b7a))
* convert more sections ([0e77c44](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/0e77c447d5d5235f46c62cc937f456e8a6a244b8))
* fix export for usage with jsonresume-cli ([bdf1e64](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/bdf1e64fe7e211eccd435e71c9d46fc964e465dc))
* i18n ([9782cfb](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/9782cfb1fb843007d071910b9dab65ee5f13f8ea)), closes [#2](https://github.com/levino/jsonresume-theme-stackoverflow-react/issues/2)
* more ci ([6239856](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/62398568a730fa0411f28be86cee50886b57b0aa))
* nearly completely migrated ([f8717b2](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/f8717b29bc6f387546613c39b3d1fe20ba76351c))
* prepare release ([e8a6a70](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/e8a6a70bc3dbc580774b6d2a62c03b4910147025))
* provide proper documentation ([c5ed402](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/c5ed4020ec02b80598a17f802174ba97ffa976c8))
* remove unused files ([126e6aa](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/126e6aa1f53974066d0bc847ac2428ee9fc0df29))
* remove unused files ([ac8bcc1](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/ac8bcc1c10363dc42b9db67068cac555d6af1e21))
* start moving to react ([5cbc829](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/5cbc829c64cf98def641b9045255c04720c52b28))
* update readme ([4cab57f](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/4cab57f186d6c822dcf798f516ce638149dd5d4a))


### Bug Fixes

* add link to handlebars deployment ([734b191](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/734b191f8176aac9b00a0aa71613d5d99e614eae))
* ci ([26283e4](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/26283e4fd80d59733e1e34c1749a289753702ad7))
* design regressions ([f2c783e](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/f2c783ea898a9b1d3ab16a846ea269c06d615cb8))
* fix some regressions from migration to react ([b7efae9](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/b7efae959e5e330155878e675b8c5ce44779830f))
* gpa positioning ([#39](https://github.com/levino/jsonresume-theme-stackoverflow-react/issues/39)) ([bc5ca1e](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/bc5ca1e27e690f022baf4953921c751508e2432f))
* reduce files published to npm ([1b8deb3](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/1b8deb3be7183bf3cf32c11a6ce35599b8607632))
* some minor regressions from migration to react ([bdf1e64](https://github.com/levino/jsonresume-theme-stackoverflow-react/commit/bdf1e64fe7e211eccd435e71c9d46fc964e465dc))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonresume-theme-stackoverflow-react",
"version": "2.0.4",
"version": "1.0.0",
"description": "Stack Overflow theme for JSON Resume written with React",
"author": "Levin Keller",
"repository": {
Expand Down

0 comments on commit fd5b2c9

Please sign in to comment.