Skip to content

Commit

Permalink
docs: force push
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanlogue committed Sep 1, 2023
1 parent 47f86bb commit 1d37fcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
commit_user_name: github-actions[bot]
commit_message: 'chore: auto generate docs'
branch: ${{ github.head_ref }}
push_options: '--force'
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- force push in docs action

## [v0.4.5](https://github.com/stefanlogue/hydrate.nvim/releases/tag/v0.4.5) - 2023-09-01
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lua/hydrate/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local config = require "hydrate.config"

local hydrate = {}

hydrate.VERSION = "0.4.5"
hydrate.VERSION = "0.4.6"

---Setup the plugin
---
Expand Down

0 comments on commit 1d37fcd

Please sign in to comment.