Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 12, 2024
1 parent ce15819 commit 4de052d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.3](https://github.com/bn3t/resume-ng/compare/v0.1.2...v0.1.3) (2024-01-12)


### Features

* convert the project to astro ([#10](https://github.com/bn3t/resume-ng/issues/10)) ([0fddbf1](https://github.com/bn3t/resume-ng/commit/0fddbf1a53bbd49b6b582e95bcb47008e59dfa83))


### Bug Fixes

* fix broken download link ([#12](https://github.com/bn3t/resume-ng/issues/12)) ([ce15819](https://github.com/bn3t/resume-ng/commit/ce15819598234bf39ab5ae0be2c6a896d299e0da))

## [0.1.2](https://github.com/bn3t/resume-ng/compare/v0.1.1...v0.1.2) (2023-12-24)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "resume-ng",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"build": "npm run astro:build && start-server-and-test preview http://localhost:5173 export:puppeteer",
Expand Down

0 comments on commit 4de052d

Please sign in to comment.